summaryrefslogtreecommitdiff
path: root/worldtime_protocol/timezone.h
diff options
context:
space:
mode:
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
commit131975945929c21f78de8343e61d89e359d396c0 (patch)
tree9251230bf63ecf12e96c06302fb1272f864d80df /worldtime_protocol/timezone.h
parenta1aeff82b1470fcf00d3c81e5853b7d09128aaa8 (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.h')
-rw-r--r--worldtime_protocol/timezone.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/worldtime_protocol/timezone.h b/worldtime_protocol/timezone.h
index ba0f878..328abed 100644
--- a/worldtime_protocol/timezone.h
+++ b/worldtime_protocol/timezone.h
@@ -1,9 +1,9 @@
#ifndef _TIMEZONE_H
#define _TIMEZONE_H
-#define TZREG "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones"
-#define TZREG_9X "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones"
-//#define TZREG2 "SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation"
+#define TZREG _T("SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones")
+#define TZREG_9X _T("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Time Zones")
+//#define TZREG2 _T("SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation")
#define MAX_SIZE 512
#include "common.h"