mape: Even more windows fixes

scancodes-fix
Günther Brammer 2013-01-20 20:36:51 +01:00
parent 414cb8a4c7
commit 211634cf15
2 changed files with 4 additions and 1 deletions

View File

@ -1448,6 +1448,9 @@ if (WIN32)
target_link_libraries(c4group ws2_32)
target_link_libraries(netpuncher ws2_32 winmm)
target_link_libraries(c4script ws2_32 winmm)
if(MAPE_GTK_FOUND)
target_link_libraries(mape winmm)
endif()
if(NOT USE_OPEN_AL)
find_package(FMod)

View File

@ -55,7 +55,7 @@ C4Reloc Reloc;
class C4Draw *pDraw = NULL;
bool EraseItemSafe(const char *szFilename) {return false;}
void Smoke(int, int, int, unsigned int) {}
void Smoke(int32_t tx, int32_t ty, int32_t level, DWORD dwClr) {}
class C4SoundInstance *StartSoundEffectAt(const char *, int32_t, int32_t, bool, int32_t) { return NULL; }
C4Config::C4Config() {}