Forgot to rename variable.
This commit is contained in:
parent
02804bc182
commit
d826d11b52
@ -356,7 +356,7 @@ typedef struct _GLFWlibraryWin32
|
|||||||
#ifndef _GLFW_NO_DLOAD_WINMM
|
#ifndef _GLFW_NO_DLOAD_WINMM
|
||||||
// winmm.dll
|
// winmm.dll
|
||||||
struct {
|
struct {
|
||||||
HINSTANCE winmm;
|
HINSTANCE instance;
|
||||||
JOYGETDEVCAPSA_T joyGetDevCapsA;
|
JOYGETDEVCAPSA_T joyGetDevCapsA;
|
||||||
JOYGETPOS_T joyGetPos;
|
JOYGETPOS_T joyGetPos;
|
||||||
JOYGETPOSEX_T joyGetPosEx;
|
JOYGETPOSEX_T joyGetPosEx;
|
||||||
|
Loading…
Reference in New Issue
Block a user