This commit is contained in:
Stanislav 2015-11-10 08:20:43 +00:00
commit 73dd69e5af

View File

@ -37,6 +37,9 @@
#define _GLFW_WNDCLASSNAME L"GLFW30" #define _GLFW_WNDCLASSNAME L"GLFW30"
#ifndef GET_XBUTTON_WPARAM
#define GET_XBUTTON_WPARAM(w) (HIWORD(w))
#endif
// Returns the window style for the specified window // Returns the window style for the specified window
// //