diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-11 11:39:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-11 11:39:44 (GMT) |
commit | 168bc3c1f9f4f57f0eb8be8bfa2db0fae62d55d6 (patch) | |
tree | 8146fd7de9ba4a92a5744842bf48b8e61135dfd0 /win/tkWinPixmap.c | |
parent | bd2618f68e0532440f3e927439e16c62f3a54d09 (diff) | |
download | tk-168bc3c1f9f4f57f0eb8be8bfa2db0fae62d55d6.zip tk-168bc3c1f9f4f57f0eb8be8bfa2db0fae62d55d6.tar.gz tk-168bc3c1f9f4f57f0eb8be8bfa2db0fae62d55d6.tar.bz2 |
More TCHAR -> WCHAR conversions
Diffstat (limited to 'win/tkWinPixmap.c')
-rw-r--r-- | win/tkWinPixmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/tkWinPixmap.c b/win/tkWinPixmap.c index aa1ebde..92b4f50 100644 --- a/win/tkWinPixmap.c +++ b/win/tkWinPixmap.c @@ -106,7 +106,7 @@ Tk_GetPixmap( MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), (LPTSTR)&lpMsgBuf, 0, NULL)) { MessageBox(NULL, (LPTSTR) lpMsgBuf, - TEXT("Tk_GetPixmap: Error from CreateDIBSection"), + L"Tk_GetPixmap: Error from CreateDIBSection", MB_OK | MB_ICONINFORMATION); LocalFree(lpMsgBuf); } |