First include <stdio.h>, otherwise the #include <windows.h> turns wchar_t into an (unsigned) short (Unicode)

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1439 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
sth 2003-09-11 06:02:43 +00:00
parent c69ef430ee
commit 1a36f46a5d
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef _OPENSC_WINCONFIG_H
#define _OPENSC_WINCONFIG_H
#include <stdio.h>
#include <windows.h>
#include <sys/timeb.h>