Fix definition of STDCALL. Thanks Alex

svn path=/trunk/; revision=17644
This commit is contained in:
Hervé Poussineau 2005-09-04 22:13:30 +00:00
parent ce468083d1
commit d5829ea63d

View file

@ -29,7 +29,7 @@
#include <ntddcdrm.h>
#ifdef _MSC_VER
#define STDCALL
#define STDCALL __stdcall
#endif
/* Filesystem types (add new filesystems here)*/