Windows: no _uu32 in MS VS

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2359 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2005-06-22 10:32:27 +00:00
parent 99641488c3
commit 57ca997cb9
1 changed files with 4 additions and 0 deletions

View File

@ -22,8 +22,12 @@
#include <config.h>
#endif
#ifdef HAVE_OPENSSL
#ifndef _WIN32
#include <asm/types.h>
#include <netinet/in.h>
#else
typedef unsigned long __u32;
#endif
#include <openssl/bn.h>
#include <openssl/crypto.h>
#endif