summaryrefslogtreecommitdiff
path: root/src/utilcode/util_nodependencies.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/utilcode/util_nodependencies.cpp')
-rw-r--r--src/utilcode/util_nodependencies.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utilcode/util_nodependencies.cpp b/src/utilcode/util_nodependencies.cpp
index f2bb90918c..f29e1df50d 100644
--- a/src/utilcode/util_nodependencies.cpp
+++ b/src/utilcode/util_nodependencies.cpp
@@ -18,9 +18,9 @@
#if !defined(FEATURE_UTILCODE_NO_DEPENDENCIES) || defined(_DEBUG)
-extern RunningOnStatusEnum gRunningOnStatus = RUNNING_ON_STATUS_UNINITED;
-extern BOOL gExInfoAvailable = FALSE;
-extern BOOL gExInfoIsServer = TRUE;
+RunningOnStatusEnum gRunningOnStatus = RUNNING_ON_STATUS_UNINITED;
+BOOL gExInfoAvailable = FALSE;
+BOOL gExInfoIsServer = TRUE;
#define NON_SUPPORTED_PLATFORM_MSGBOX_TITLE W("Platform not supported")
#define NON_SUPPORTED_PLATFORM_MSGBOX_TEXT W("The minimum supported platform is Windows 2000")