(MSVC) Buildfix

This commit is contained in:
twinaphex 2015-04-08 02:05:50 +02:00
parent 78e5206e8f
commit ddab95d1a6

View File

@ -49,9 +49,9 @@ static const GUID common_xinput_guids[] = {
void dinput_destroy_context(void);
bool dinput_init_context(void);
bool g_xinput_block_pads;
int g_xinput_pad_indexes[MAX_USERS];
LPDIRECTINPUT8 g_dinput_ctx;
extern bool g_xinput_block_pads;
extern int g_xinput_pad_indexes[MAX_USERS];
extern LPDIRECTINPUT8 g_dinput_ctx;
static void dinput_joypad_destroy(void)
{