mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
Modified libretroshare to compile on Cygwin / MinGW.
* removed exceptions from serialiser (had troubles previously on win32). * Modified code in startup (enable CRYPTO structure) and rsdir. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1189 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
deea89cbd0
commit
20593c9de2
7 changed files with 57 additions and 33 deletions
|
@ -1406,7 +1406,9 @@ class CRYPTPROTECT_PROMPTSTRUCT;
|
|||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef A_VIRER
|
||||
|
||||
#ifdef WINDOWS_SYS
|
||||
|
||||
typedef struct _CRYPTPROTECT_PROMPTSTRUCT {
|
||||
DWORD cbSize;
|
||||
DWORD dwPromptFlags;
|
||||
|
@ -1414,6 +1416,7 @@ typedef struct _CRYPTPROTECT_PROMPTSTRUCT {
|
|||
LPCWSTR szPrompt;
|
||||
} CRYPTPROTECT_PROMPTSTRUCT,
|
||||
*PCRYPTPROTECT_PROMPTSTRUCT;
|
||||
|
||||
#endif
|
||||
|
||||
/* definitions for the two functions */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue