Make call to DefWindowProcW explicit

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent ba1f1f8ee9
commit 37b20124f9
  1. 2
      src/win32_window.c

@ -660,7 +660,7 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
} }
} }
return DefWindowProc(hWnd, uMsg, wParam, lParam); return DefWindowProcW(hWnd, uMsg, wParam, lParam);
} }
// Creates the GLFW window and rendering context // Creates the GLFW window and rendering context

Loading…
Cancel
Save