From 131975945929c21f78de8343e61d89e359d396c0 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Mon, 5 Apr 2010 02:42:12 +0000 Subject: Converted x64 version to Unicode git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@489 4f64403b-2f21-0410-a795-97e2b3489a10 --- worldtime_protocol/timezone_list.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldtime_protocol/timezone_list.h') 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; -- cgit v1.2.3