mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 01:29:16 +01:00
fix macro redefinition warnings on win-glfw build
This commit is contained in:
parent
e6544a6983
commit
79c010f082
@ -1,3 +1,4 @@
|
||||
#define WITHWINDOWS
|
||||
#include "common.h"
|
||||
|
||||
#ifdef AUDIO_MSS
|
||||
|
@ -2209,8 +2209,9 @@ int scriptToLoad = 0;
|
||||
const char *scriptfile = "main.scm";
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <Windows.h>
|
||||
extern "C" __declspec(dllimport) short __stdcall GetAsyncKeyState(int);
|
||||
#endif
|
||||
|
||||
int open_script()
|
||||
{
|
||||
// glfwGetKey doesn't work because of CGame::Initialise is blocking
|
||||
|
Loading…
Reference in New Issue
Block a user