diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/win.c | 5 | ||||
-rw-r--r-- | src/x11.c | 5 |
2 files changed, 2 insertions, 8 deletions
@@ -45,10 +45,7 @@ # define PUGL_INIT_STRUCT \ {} #else -# define PUGL_INIT_STRUCT \ - { \ - 0 \ - } +# define PUGL_INIT_STRUCT {0} #endif typedef BOOL(WINAPI* PFN_SetProcessDPIAware)(void); @@ -72,10 +72,7 @@ # define PUGL_INIT_STRUCT \ {} #else -# define PUGL_INIT_STRUCT \ - { \ - 0 \ - } +# define PUGL_INIT_STRUCT {0} #endif enum WmClientStateMessageAction { |