diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 02:42:12 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-04-05 02:42:12 +0000 |
commit | 131975945929c21f78de8343e61d89e359d396c0 (patch) | |
tree | 9251230bf63ecf12e96c06302fb1272f864d80df /worldtime_protocol/timezone_list.h | |
parent | a1aeff82b1470fcf00d3c81e5853b7d09128aaa8 (diff) |
Converted x64 version to Unicode
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@489 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime_protocol/timezone_list.h')
-rw-r--r-- | worldtime_protocol/timezone_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worldtime_protocol/timezone_list.h b/worldtime_protocol/timezone_list.h index e497e2b..2208f98 100644 --- a/worldtime_protocol/timezone_list.h +++ b/worldtime_protocol/timezone_list.h @@ -9,7 +9,7 @@ typedef struct tagLISTITEM {
int cbSize;
HANDLE hContact;
- char pszText[MAX_NAME_LENGTH];
+ TCHAR pszText[MAX_NAME_LENGTH];
int timezone_list_index;
} LISTITEM;
|