Skip to content
Snippets Groups Projects
Commit 0d625ae6 authored by rswindell's avatar rswindell
Browse files

Fixed MSVC compilation problem by redefining C_RET as 'int' (for now,

at least).
parent 84269112
Branches
Tags
No related merge requests found
......@@ -3,6 +3,11 @@
#include"cryptlib.h"
#if defined(_MSC_VER)
#undef C_RET
#define C_RET int
#endif
struct crypt_funcs {
C_RET (*PopData)( C_IN CRYPT_HANDLE envelope, C_OUT void C_PTR buffer,
C_IN int length, C_OUT int C_PTR bytesCopied );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment