Fix definition of STDCALL. Thanks Alex
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 4 Sep 2005 22:13:30 +0000 (22:13 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sun, 4 Sep 2005 22:13:30 +0000 (22:13 +0000)
svn path=/trunk/; revision=17644

reactos/drivers/fs/fs_rec/fs_rec.h

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