diff --git a/src/packages/game-test/config/IZ_config.c b/src/packages/game-test/config/IZ_config.c index cbf3fb7..6ca8537 100644 --- a/src/packages/game-test/config/IZ_config.c +++ b/src/packages/game-test/config/IZ_config.c @@ -23,13 +23,13 @@ mock(SDL_GetKeyFromName) SDL_KeyCode SDL_GetKeyFromName(const char* name) { mock_return(SDL_GetKeyFromName) 0; } -mock(ini_gets) int ini_gets ( - const char *Section, - const char *Key, - const char *DefValue, +mock(ini_gets) int ini_gets( + const TCHAR *Section, + const TCHAR *Key, + const TCHAR *DefValue, char *Buffer, int BufferSize, - const char *Filename + const TCHAR *Filename ) { mock_return(ini_gets) 0; }