diff options
Diffstat (limited to 'plugins/DbEditorPP/src/stdafx.h')
-rw-r--r-- | plugins/DbEditorPP/src/stdafx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/DbEditorPP/src/stdafx.h b/plugins/DbEditorPP/src/stdafx.h index 8c5cf8eaa8..cc345714a5 100644 --- a/plugins/DbEditorPP/src/stdafx.h +++ b/plugins/DbEditorPP/src/stdafx.h @@ -182,10 +182,10 @@ extern MCONTACT hRestore; extern MIDatabase *g_db;
-extern BOOL bServiceMode;
-extern BOOL usePopups;
+extern bool g_bServiceMode;
+extern bool g_bUsePopups;
-#define NAMEORDERCOUNT 8
+#define NAMEORDERCOUNT 9
#define MODE_UNLOADED 1
#define MODE_LOADED 2
|