summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-11-29 11:01:53 (GMT)
committernijtmans <nijtmans>2010-11-29 11:01:53 (GMT)
commit46fb4deb02b07e1c713cb89cb01a817e5b35ee89 (patch)
treea29867cafd13ee7c7ce77ef6fca039a04fbb1c1d /ChangeLog
parent8ccebbf9fc50bab1c1a3fa148f9632f059296bd2 (diff)
downloadtk-46fb4deb02b07e1c713cb89cb01a817e5b35ee89.zip
tk-46fb4deb02b07e1c713cb89cb01a817e5b35ee89.tar.gz
tk-46fb4deb02b07e1c713cb89cb01a817e5b35ee89.tar.bz2
Make assembler code compile in Win64 with gcc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df19fb1..8e0f178 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
* win/tkWinPixmap.c
* win/tkWinScrlbr.c
* win/ttkWinMonitor.c
+ * win/tkWin32Dll.c: Make assembler code compile in Win64 with gcc.
2010-11-24 Jan Nijtmans <nijtmans@users.sf.net>