Guarded the Win32 GDK header include with GDK_WINDOWING_WIN32 while keeping the Win32 system header include intact.

This commit is contained in:
2026-01-23 00:48:15 -07:00
parent d65cef176e
commit 7f7fd71fe4

View File

@@ -22,8 +22,11 @@
#include "fe-gtk.h"
#ifdef WIN32
#ifdef GDK_WINDOWING_WIN32
#include <gdk/gdkwin32.h>
#endif
#ifdef WIN32
#include <windows.h>
#else
#include <unistd.h>