Forgot to rename variable.

This commit is contained in:
Camilla Berglund 2010-09-14 04:28:51 +02:00
parent 02804bc182
commit d826d11b52

View File

@ -356,7 +356,7 @@ typedef struct _GLFWlibraryWin32
#ifndef _GLFW_NO_DLOAD_WINMM
// winmm.dll
struct {
HINSTANCE winmm;
HINSTANCE instance;
JOYGETDEVCAPSA_T joyGetDevCapsA;
JOYGETPOS_T joyGetPos;
JOYGETPOSEX_T joyGetPosEx;