mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Added function "ops_open" to openpgpsdk to open files with utf8 characters on Windows.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5934 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7339af3a21
commit
b85bccbbe6
10 changed files with 121 additions and 13 deletions
|
@ -67,9 +67,10 @@ HEADERS += openpgpsdk/writer.h \
|
|||
openpgpsdk/accumulate.h \
|
||||
openpgpsdk/armour.h \
|
||||
openpgpsdk/parse_local.h \
|
||||
openpgpsdk/keyring_local.h
|
||||
openpgpsdk/keyring_local.h \
|
||||
util/opsdir.h \
|
||||
util/opsstring.h
|
||||
|
||||
|
||||
SOURCES += openpgpsdk/accumulate.c \
|
||||
openpgpsdk/compress.c \
|
||||
openpgpsdk/create.c \
|
||||
|
@ -106,4 +107,6 @@ SOURCES += openpgpsdk/accumulate.c \
|
|||
openpgpsdk/writer_fd.c \
|
||||
openpgpsdk/writer_memory.c \
|
||||
openpgpsdk/writer_skey_checksum.c \
|
||||
openpgpsdk/writer_stream_encrypt_se_ip.c
|
||||
openpgpsdk/writer_stream_encrypt_se_ip.c \
|
||||
util/opsdir.c \
|
||||
util/opsstring.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue