diff options
Diffstat (limited to 'epan/plugins.c')
-rw-r--r-- | epan/plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/plugins.c b/epan/plugins.c index e6f0a8d184..5345e3a8bf 100644 --- a/epan/plugins.c +++ b/epan/plugins.c @@ -313,7 +313,7 @@ plugins_scan_dir(const char *dirname) /* Return value is malloced so the caller should g_free() it. */ const char *get_plugins_global_dir(const char *plugin_dir) { -#ifdef WIN32 +#ifdef _WIN32 char *install_plugin_dir; /* |