ef2gamesource/Shared/qcommon/platform.h

11 lines
139 B
C

#ifndef PLATFORM_H
#define PLATFORM_H
#ifdef LINUX
#define __declspec(x)
#define __cdecl
#define __stdcall
#endif
#endif //PLATFORM_H