Change an include of <windows.h> to one of "nbase.h"; for some reason this was giving me compiler errors (the ones from OpenSSL including <winsock.h>).

This commit is contained in:
david 2010-09-23 03:18:31 +00:00
parent 8d6d0c1c17
commit 4ede60791d

View file

@ -89,11 +89,7 @@
/* $Id:$ */
#ifdef WIN32
/* <openssl/x509.h> expects <windows.h> to have been loaded for definitions of
X509_NAME and some other symbols. */
#include <windows.h>
#endif
#include "nbase.h"
#include <assert.h>
#include <ctype.h>