summaryrefslogtreecommitdiffstats
path: root/win/tkWinPixmap.c
diff options
context:
space:
mode:
authornijtmans <nijtmans@noemail.net>2010-09-10 08:59:23 (GMT)
committernijtmans <nijtmans@noemail.net>2010-09-10 08:59:23 (GMT)
commit308d51ba098419ff8d9271b060bd1ba5ad3eeca5 (patch)
tree5518d2c9eeb4532b5060c62502b6c42f92440c1a /win/tkWinPixmap.c
parent011a07960041dd0118d7d50aded4d8ba676d7228 (diff)
downloadtk-308d51ba098419ff8d9271b060bd1ba5ad3eeca5.zip
tk-308d51ba098419ff8d9271b060bd1ba5ad3eeca5.tar.gz
tk-308d51ba098419ff8d9271b060bd1ba5ad3eeca5.tar.bz2
Make compilable with -DUNICODE, or mark files with a TODO which are not done yet.
tkWinPort.h: mingw/cygwin fixes: <tchar.h> should always be included here. FossilOrigin-Name: bf1b459784d2582097fc588b20ad9ef01b575112
Diffstat (limited to 'win/tkWinPixmap.c')
-rw-r--r--win/tkWinPixmap.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/tkWinPixmap.c b/win/tkWinPixmap.c
index 82bc7e9..a7f6723 100644
--- a/win/tkWinPixmap.c
+++ b/win/tkWinPixmap.c
@@ -9,9 +9,15 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkWinPixmap.c,v 1.10 2010/01/13 23:08:12 nijtmans Exp $
+ * RCS: @(#) $Id: tkWinPixmap.c,v 1.11 2010/09/10 08:59:25 nijtmans Exp $
*/
+/* TODO: This file does not compile in UNICODE mode.
+ * See [Freq 2965056]: Windows build with -DUNICODE
+ */
+#undef UNICODE
+#undef _UNICODE
+
#include "tkWinInt.h"
/*