diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 15:31:37 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-14 15:31:37 +0000 |
commit | 82fc26a0fdbd50cf60b2c93f456cbef33046ac48 (patch) | |
tree | a3c61b6e3b4ba8b7d7c9b92e9f5abaa27c90954c /plugins/DbEditorPP/src/headers.h | |
parent | 8c538dbff915b405d9b41fe51ca78618a78cf46d (diff) |
DbEditorPP: changed warning lavel to w4
git-svn-id: http://svn.miranda-ng.org/main/trunk@11414 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/headers.h')
-rw-r--r-- | plugins/DbEditorPP/src/headers.h | 6 |
1 files changed, 3 insertions, 3 deletions
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);
|