From 82fc26a0fdbd50cf60b2c93f456cbef33046ac48 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 14 Dec 2014 15:31:37 +0000 Subject: DbEditorPP: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DbEditorPP/src/headers.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/DbEditorPP/src/headers.h') diff --git a/plugins/DbEditorPP/src/headers.h b/plugins/DbEditorPP/src/headers.h index ff5bac7f74..1c45c21b71 100644 --- a/plugins/DbEditorPP/src/headers.h +++ b/plugins/DbEditorPP/src/headers.h @@ -61,7 +61,7 @@ extern MCONTACT hRestore; ///////////////////// #ifndef NDEBUG - #define new new(_NORMAL_BLOCK, __FILE__, __LINE__) +#define new new(_NORMAL_BLOCK, __FILE__, __LINE__) #endif //======================================================= @@ -97,7 +97,7 @@ extern MCONTACT hRestore; /*********************** ModuleTreeInfoStruct this gets dumped as the lparam for each module tree item -************************/ + ************************/ // types #define CONTACT_ROOT_ITEM 0 #define CONTACT 1 @@ -187,7 +187,7 @@ int GetSetting(MCONTACT hContact, const char *szModule, const char *szSetting, D int GetValue(MCONTACT hContact, const char *szModule, const char *szSetting, char *Value, int length); int GetValueW(MCONTACT hContact, const char *szModule, const char *szSetting, WCHAR *Value, int length); char *u2a(wchar_t *src); -wchar_t *a2u(char *src , wchar_t *buffer, int len); +wchar_t *a2u(char *src, wchar_t *buffer, int len); WCHAR *GetContactName(MCONTACT hContact, const char *szProto, int unicode); BOOL IsProtocolLoaded(char *pszProtocolName); -- cgit v1.2.3