summaryrefslogtreecommitdiffstats
path: root/win/tkWinInt.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-16 07:59:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-16 07:59:23 (GMT)
commit487b808fa7ad1096e9ee4112a719c8ed3cd45ff8 (patch)
tree91ab786798803ba6ceb2719029759f2c87ccfd5f /win/tkWinInt.h
parentb759c79faef78af4298e356f590b3d3a35b5ae01 (diff)
downloadtk-487b808fa7ad1096e9ee4112a719c8ed3cd45ff8.zip
tk-487b808fa7ad1096e9ee4112a719c8ed3cd45ff8.tar.gz
tk-487b808fa7ad1096e9ee4112a719c8ed3cd45ff8.tar.bz2
TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling everything in UNICODE mode on Windows.
Diffstat (limited to 'win/tkWinInt.h')
-rw-r--r--win/tkWinInt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinInt.h b/win/tkWinInt.h
index 9cd49cd..08c695f 100644
--- a/win/tkWinInt.h
+++ b/win/tkWinInt.h
@@ -117,8 +117,8 @@ typedef struct {
* The following macros define the class names for Tk Window types.
*/
-#define TK_WIN_TOPLEVEL_CLASS_NAME TEXT("TkTopLevel")
-#define TK_WIN_CHILD_CLASS_NAME TEXT("TkChild")
+#define TK_WIN_TOPLEVEL_CLASS_NAME L"TkTopLevel"
+#define TK_WIN_CHILD_CLASS_NAME L"TkChild"
/*
* The following variable is a translation table between X gc functions and