summaryrefslogtreecommitdiffstats
path: root/win/ttkWinXPTheme.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-19 19:24:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-19 19:24:47 (GMT)
commit4801848f58e2c408b9ec56a5d1db5625447da27c (patch)
treeb5200858e09317656ab75d3759e7ceb166d562da /win/ttkWinXPTheme.c
parent9483e2ad64759b1ee91a32ce91e1a9c89cb626f4 (diff)
downloadtk-4801848f58e2c408b9ec56a5d1db5625447da27c.zip
tk-4801848f58e2c408b9ec56a5d1db5625447da27c.tar.gz
tk-4801848f58e2c408b9ec56a5d1db5625447da27c.tar.bz2
*A() to *W() Win32 API changes, actually the same because Tk is already compiled in UNICODE mode.
Diffstat (limited to 'win/ttkWinXPTheme.c')
-rw-r--r--win/ttkWinXPTheme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/ttkWinXPTheme.c b/win/ttkWinXPTheme.c
index 1633f2e..c877c09 100644
--- a/win/ttkWinXPTheme.c
+++ b/win/ttkWinXPTheme.c
@@ -99,7 +99,7 @@ LoadXPThemeProcs(HINSTANCE *phlib)
* if we are running at least on Windows XP.
*/
HINSTANCE handle;
- *phlib = handle = LoadLibrary(L"uxtheme.dll");
+ *phlib = handle = LoadLibraryW(L"uxtheme.dll");
if (handle != 0)
{
/*