master
Camilla Berglund ago%!(EXTRA string=10 years)
parent dc373d2e0e
commit 27462c1078
  1. 3
      src/win32_platform.h
  2. 4
      src/win32_window.c

@ -89,6 +89,9 @@
#ifndef WM_DPICHANGED
#define WM_DPICHANGED 0x02E0
#endif
#ifndef GET_XBUTTON_WPARAM
#define GET_XBUTTON_WPARAM(w) (HIWORD(w))
#endif
#if WINVER < 0x0601
typedef struct tagCHANGEFILTERSTRUCT

@ -37,10 +37,6 @@
#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
//
static DWORD getWindowStyle(const _GLFWwindow* window)

Loading…
Cancel
Save