diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-15 21:27:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-15 21:27:18 +0000 |
commit | 0d65ec3aab2c63b9a55fbabc811b0e23447fd4a1 (patch) | |
tree | 2536fcb552fcf4eb00fa2ae322d0a7fa6a547bcb /plugins/DbEditorPP/src/stdafx.h | |
parent | 31591520f0dfefa04a9e4379f1a25be80298ea1e (diff) |
- fix for memory corruption;
- code cleaning;
- version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@14577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|