Fix a typo

svn path=/trunk/; revision=57099
This commit is contained in:
Timo Kreuzer 2012-08-18 19:24:38 +00:00
parent d01bc7cc93
commit 6538f67e55

View file

@ -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