fix link errors--dxguid *is* needed in Windows

This commit is contained in:
Glenn Maynard
2003-07-22 20:23:39 +00:00
parent db150443e4
commit d19feaf965
@@ -5,6 +5,9 @@
#include "SDL_utils.h"
#pragma comment(lib, "dinput.lib")
#if defined(_WINDOWS)
#pragma comment(lib, "dxguid.lib")
#endif
LPDIRECTINPUT dinput = NULL;
static int ConvertScancodeToKey( int scancode );