diff options
Diffstat (limited to 'include/m_protoint.h')
-rw-r--r-- | include/m_protoint.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 10bb8d3685..5bf7092524 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -182,18 +182,6 @@ struct MIR_APP_EXPORT PROTO_INTERFACE : public MZeroedObject __forceinline void setWString(const char *name, const WCHAR* value) { db_set_ws(NULL, m_szModuleName, name, value); }
__forceinline void setWString(MCONTACT hContact, const char *name, const WCHAR* value) { db_set_ws(hContact, m_szModuleName, name, value); }
- #if defined(_UNICODE)
- #define debugLog debugLogW
- #define getTString getWString
- #define getTStringA getWStringA
- #define setTString setWString
- #else
- #define debugLog debugLogA
- #define getTString getString
- #define getTStringA getStringA
- #define setTString setString
- #endif
-
//////////////////////////////////////////////////////////////////////////////////////
// Virtual functions
|