projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
ce46808
)
Fix definition of STDCALL. Thanks Alex
author
Hervé Poussineau
<hpoussin@reactos.org>
Sun, 4 Sep 2005 22:13:30 +0000
(22:13 +0000)
committer
Hervé 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
patch
|
blob
|
history
diff --git
a/reactos/drivers/fs/fs_rec/fs_rec.h
b/reactos/drivers/fs/fs_rec/fs_rec.h
index
1c00f34
..
ea50f01
100644
(file)
--- a/
reactos/drivers/fs/fs_rec/fs_rec.h
+++ b/
reactos/drivers/fs/fs_rec/fs_rec.h
@@
-29,7
+29,7
@@
#include <ntddcdrm.h>
#ifdef _MSC_VER
-#define STDCALL
+#define STDCALL
__stdcall
#endif
/* Filesystem types (add new filesystems here)*/