Fix definition of STDCALL. Thanks Alex
Modified: trunk/reactos/drivers/fs/fs_rec/fs_rec.h
_____
Modified: trunk/reactos/drivers/fs/fs_rec/fs_rec.h
--- trunk/reactos/drivers/fs/fs_rec/fs_rec.h 2005-09-04 22:12:35 UTC
(rev 17643)
+++ trunk/reactos/drivers/fs/fs_rec/fs_rec.h 2005-09-04 22:13:30 UTC
(rev 17644)
@@ -29,7 +29,7 @@
#include <ntddcdrm.h>
#ifdef _MSC_VER
-#define STDCALL
+#define STDCALL __stdcall
#endif
/* Filesystem types (add new filesystems here)*/
Show replies by date