You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
420 B
20 lines
420 B
|
7 years ago
|
#ifndef DEVILUTION_ENGINE
|
||
|
|
#pragma push_macro("__cdecl")
|
||
|
|
#pragma push_macro("__fastcall")
|
||
|
|
#pragma push_macro("__stdcall")
|
||
|
|
#pragma push_macro("CALLBACK")
|
||
|
|
#pragma push_macro("APIENTRY")
|
||
|
|
#pragma push_macro("WINAPI")
|
||
|
|
#pragma push_macro("WINAPIV")
|
||
|
|
#pragma push_macro("WINUSERAPI")
|
||
|
|
#endif
|
||
|
|
|
||
|
|
#define __cdecl
|
||
|
|
#define __fastcall
|
||
|
|
#define __stdcall
|
||
|
|
#define CALLBACK
|
||
|
|
#define APIENTRY
|
||
|
|
#define WINAPI
|
||
|
|
#define WINAPIV
|
||
|
|
#define WINUSERAPI
|