diff -r 0f6878b5395a -r cd2a64a1f4aa project_files/hwc/rtl/fpcrtl.h --- a/project_files/hwc/rtl/fpcrtl.h Mon Feb 10 23:02:49 2014 +0400 +++ b/project_files/hwc/rtl/fpcrtl.h Tue Feb 11 01:19:44 2014 +0400 @@ -148,8 +148,8 @@ #define sdlh_SDL_WaitThread SDL_WaitThread #define sdlh_SDL_CreateMutex SDL_CreateMutex #define sdlh_SDL_DestroyMutex SDL_DestroyMutex -#define sdlh_SDL_LockMutex SDL_mutexP -#define sdlh_SDL_UnlockMutex SDL_mutexV +#define SDL_LockMutex SDL_mutexP +#define SDL_UnlockMutex SDL_mutexV #ifndef EMSCRIPTEN #define sdlh_SDL_ShowCursor SDL_ShowCursor #else @@ -181,6 +181,14 @@ #define sdlh_TTF_SetFontStyle TTF_SetFontStyle #define sdlh_TTF_SizeUTF8 TTF_SizeUTF8 +#define uphysfslayer_physfsReaderSetBuffer physfsReaderSetBuffer +#define uphysfslayer_physfsReader physfsReader +#define uphysfslayer_hedgewarsMountPackage hedgewarsMountPackage +#define uphysfslayer_hedgewarsMountPackages hedgewarsMountPackages + +#define uphysfslayer_PHYSFSRWOPS_openRead PHYSFSRWOPS_openRead +#define uphysfslayer_PHYSFSRWOPS_openWrite PHYSFSRWOPS_openWrite + #define _strconcat fpcrtl_strconcat #define _strappend fpcrtl_strappend #define _strprepend fpcrtl_strprepend