diff options
Diffstat (limited to 'src/core/stdssl')
-rw-r--r-- | src/core/stdssl/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/stdssl/src/stdafx.h b/src/core/stdssl/src/stdafx.h index 44b21097ba..e4100742dc 100644 --- a/src/core/stdssl/src/stdafx.h +++ b/src/core/stdssl/src/stdafx.h @@ -22,8 +22,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #pragma once
#define SECURITY_WIN32
-#define HSSL_DEFINED - +#define HSSL_DEFINED
+
typedef struct SslHandle *HSSL;
#include <windows.h>
|