From d826d11b527f1c21d041fc3aa0db62c99b793c2d Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 14 Sep 2010 04:28:51 +0200 Subject: [PATCH] Forgot to rename variable. --- src/win32/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win32/platform.h b/src/win32/platform.h index 77d9b6f0..c7a558ca 100644 --- a/src/win32/platform.h +++ b/src/win32/platform.h @@ -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;