forked from AuroraMiddleware/gtk
Merge branch 'fix-typo-win32-compilation-speedup-macro-gtk4' into 'master'
Win32: Fix typo on compilation speedup macro define [Gtk4] See merge request GNOME/gtk!473
This commit is contained in:
commit
325badc3eb
@ -32,8 +32,9 @@
|
||||
#ifndef S_ISDIR
|
||||
#define S_ISDIR(mode) ((mode)&_S_IFDIR)
|
||||
#endif
|
||||
#define WIN32_MEAN_AND_LEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#include "win32/gdkwin32.h"
|
||||
#endif /* G_OS_WIN32 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user