summaryrefslogtreecommitdiff
path: root/worldtime_protocol/timezone.h
diff options
context:
space:
mode:
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"