1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 15:29:55 +00:00

post merge fix

This commit is contained in:
Marc Zinnschlag 2013-01-04 23:12:56 +01:00
parent fec9a59237
commit b4d63814cc

View file

@ -3,6 +3,8 @@
#include <OgrePlatform.h>
#include <cstdlib>
#define FILE_API_STDIO 0
#define FILE_API_POSIX 1
#define FILE_API_WIN32 2