summaryrefslogtreecommitdiff
path: root/plugins/Rate/src/commonheaders.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-08-21 15:26:14 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-08-21 15:26:14 +0000
commit23e8be15f5c5e0dc5c064253e3fa6bc4dbd2c506 (patch)
treebbed6482d19168a61a40ee9fbc8fb6763aab1604 /plugins/Rate/src/commonheaders.h
parent260cf26dec30e33ae3c7c6a91fccc0b4b43b8ce4 (diff)
unicode config for Rate plugin
git-svn-id: http://svn.miranda-ng.org/main/trunk@1515 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Rate/src/commonheaders.h')
-rw-r--r--plugins/Rate/src/commonheaders.h14
1 files changed, 4 insertions, 10 deletions
diff --git a/plugins/Rate/src/commonheaders.h b/plugins/Rate/src/commonheaders.h
index 9fde7034e0..2637e8f42b 100644
--- a/plugins/Rate/src/commonheaders.h
+++ b/plugins/Rate/src/commonheaders.h
@@ -29,12 +29,6 @@
#define _CRT_SECURE_NO_WARNINGS
-//needed by m_utils.h
-#include <stdio.h>
-
-// needed by m_icolib.h > r9256
-#include <stddef.h>
-
//Miranda API headers
#include <windows.h>
#include <win2k.h>
@@ -61,15 +55,15 @@ static const int DefaultSlot = EXTRA_ICON_PROTO;
static struct
{
- char* szDescr;
+ TCHAR* szDescr;
char* szName;
int defIconID;
HANDLE hIconLibItem;
} iconList[] =
{
- { LPGEN( "Rate high" ), "rate_high", IDI_RATEHI },
- { LPGEN( "Rate medium" ), "rate_medium", IDI_RATEME },
- { LPGEN( "Rate low" ), "rate_low", IDI_RATELO },
+ { LPGENT( "Rate high" ), "rate_high", IDI_RATEHI },
+ { LPGENT( "Rate medium" ), "rate_medium", IDI_RATEME },
+ { LPGENT( "Rate low" ), "rate_low", IDI_RATELO },
};