ef2gamesource/Shared/qcommon/platform.h

11 lines
139 B
C
Raw Normal View History

2012-12-30 16:37:54 +00:00
#ifndef PLATFORM_H
#define PLATFORM_H
#ifdef LINUX
#define __declspec(x)
#define __cdecl
#define __stdcall
#endif
#endif //PLATFORM_H