diff options
Diffstat (limited to 'protocols/Xfire/src/tools.cpp')
-rw-r--r-- | protocols/Xfire/src/tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Xfire/src/tools.cpp b/protocols/Xfire/src/tools.cpp index 77f63ac661..9cfbb44662 100644 --- a/protocols/Xfire/src/tools.cpp +++ b/protocols/Xfire/src/tools.cpp @@ -242,7 +242,7 @@ char* GetLaunchPath(char*launch) //roll bits, vllt ein tickschneller als die funktionen von winsock
unsigned short r(unsigned short data)
{
- #if defined(WIN64)
+ #if defined(_WIN64)
return ((data & 0xFF) << 8) + (data >> 8);
#else
_asm {
|