gdk: Fix the project

This commit is contained in:
Nikita Krapivin
2023-05-27 01:56:01 +05:00
committed by Sam Lantinga
parent 128ca70160
commit 97a927b44e
4 changed files with 60 additions and 53 deletions

View File

@@ -94,7 +94,7 @@
#endif /* !SDL_DISABLE_SYSWM_WAYLAND */
#ifndef SDL_DISABLE_SYSWM_WINDOWS
#ifdef __WIN32__
#if defined(__WIN32__) || defined(__GDK__)
#define SDL_ENABLE_SYSWM_WINDOWS
#endif
#endif /* !SDL_DISABLE_SYSWM_WINDOWS */