ef2gamesource/Shared/qcommon/platform.h
Walter Julius Hennecke 5bbf27cabd Initial code commit ...
2012-12-30 17:37:54 +01:00

10 lines
139 B
C

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