mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
7 lines
117 B
C
7 lines
117 B
C
#if defined(WIN32) && !defined(__GNUC__)
|
|
#include "config_win32.h"
|
|
#else
|
|
#include "config_gcc.h"
|
|
#endif
|
|
#undef DEBUG
|