mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
Fix definition of STDCALL. Thanks Alex
svn path=/trunk/; revision=17644
This commit is contained in:
parent
ce468083d1
commit
d5829ea63d
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <ntddcdrm.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define STDCALL
|
||||
#define STDCALL __stdcall
|
||||
#endif
|
||||
|
||||
/* Filesystem types (add new filesystems here)*/
|
||||
|
|
Loading…
Reference in a new issue