Only include windows headers when under windows.
This commit is contained in:
parent
7d537d4fc7
commit
f79262e94b
@ -54,8 +54,6 @@
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <windows.h>
|
|
||||||
#include <wincrypt.h>
|
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/buffer.h>
|
#include <openssl/buffer.h>
|
||||||
#include <openssl/engine.h>
|
#include <openssl/engine.h>
|
||||||
@ -70,6 +68,8 @@
|
|||||||
#define _WIN32_WINNT 0x400
|
#define _WIN32_WINNT 0x400
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <windows.h>
|
||||||
|
#include <wincrypt.h>
|
||||||
|
|
||||||
#include "e_capi_err.h"
|
#include "e_capi_err.h"
|
||||||
#include "e_capi_err.c"
|
#include "e_capi_err.c"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user