Only include windows headers when under windows.

This commit is contained in:
Ben Laurie 2008-06-04 05:21:13 +00:00
parent 7d537d4fc7
commit f79262e94b

View File

@ -54,8 +54,6 @@
#include <stdio.h>
#include <string.h>
#include <windows.h>
#include <wincrypt.h>
#include <openssl/crypto.h>
#include <openssl/buffer.h>
#include <openssl/engine.h>
@ -70,6 +68,8 @@
#define _WIN32_WINNT 0x400
#endif
#include <windows.h>
#include <wincrypt.h>
#include "e_capi_err.h"
#include "e_capi_err.c"