diff options
author | dartraiden <wowemuh@gmail.com> | 2018-11-07 14:54:36 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-11-07 14:54:36 +0300 |
commit | 876075a808fcc61e2d859e217937fe64ff09aa0e (patch) | |
tree | bda14ceb27861c9f7bf32b3ccbca8fb600336db3 /src/core | |
parent | deb3dda96648e7ae5b83c6ea3d35a92a0c1476fa (diff) |
some files contains LF and CRLF simultaneously
Diffstat (limited to 'src/core')
-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>
|