summaryrefslogtreecommitdiff
path: root/src/win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32.c')
-rw-r--r--src/win32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/win32.c b/src/win32.c
index 01ec73bf..d040d8a9 100644
--- a/src/win32.c
+++ b/src/win32.c
@@ -64,7 +64,7 @@ void useExecutableIconResource_SDLWindow(SDL_Window *win) {
64 } 64 }
65} 65}
66 66
67#if defined (LAGRANGE_CUSTOM_FRAME) 67#if defined (LAGRANGE_ENABLE_CUSTOM_FRAME)
68iInt2 cursor_Win32(void) { 68iInt2 cursor_Win32(void) {
69 POINT p; 69 POINT p;
70 GetPhysicalCursorPos(&p); 70 GetPhysicalCursorPos(&p);
@@ -191,4 +191,4 @@ void processNativeEvent_Win32(const struct SDL_SysWMmsg *msg, iWindow *window) {
191#endif 191#endif
192 } 192 }
193} 193}
194#endif /* defined (LAGRANGE_CUSTOM_FRAME) */ 194#endif /* defined (LAGRANGE_ENABLE_CUSTOM_FRAME) */