mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:13:00 +00:00
[NDK]
Fix a typo svn path=/trunk/; revision=57099
This commit is contained in:
parent
d01bc7cc93
commit
6538f67e55
1 changed files with 4 additions and 4 deletions
|
@ -54,7 +54,7 @@ Author:
|
||||||
#ifndef _MANAGED
|
#ifndef _MANAGED
|
||||||
#if defined(_M_IX86)
|
#if defined(_M_IX86)
|
||||||
#ifndef FASTCALL
|
#ifndef FASTCALL
|
||||||
#define FASTCALL _fastcall
|
#define FASTCALL __fastcall
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
#define FASTCALL
|
#define FASTCALL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue