Add some forgotten #ifdef.

This commit is contained in:
OBattler
2025-05-21 13:45:12 +02:00
parent e76a89bcc8
commit 05ac5b62b0

View File

@@ -123,7 +123,9 @@ plat_resize(int w, int h, int monitor_index)
main_window->resizeContents(w, h);
}
#if defined _WIN32
extern HWND rw_hwnd;
#endif
void
plat_mouse_capture(int on)