diff options
Diffstat (limited to 'config.h.win32')
-rw-r--r-- | config.h.win32 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32 index 688d9076f7..27bce4b539 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -232,6 +232,9 @@ #define popen _popen #define pclose _pclose +/* Define to use GTK *(/ +#define HAVE_GTK + /* Name of package */ #define PACKAGE "wireshark" |