summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2007-12-14 15:56:08 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2007-12-14 15:56:08 (GMT)
commitf590d202080c26d797acadcbe6ba072adf79b3e3 (patch)
tree4bb5b056ddecb200ee7354aec22717f50ba8d156 /ChangeLog
parent1e2cc34c8fe57acaaf8376477933f36338c316c2 (diff)
downloadtk-f590d202080c26d797acadcbe6ba072adf79b3e3.zip
tk-f590d202080c26d797acadcbe6ba072adf79b3e3.tar.gz
tk-f590d202080c26d797acadcbe6ba072adf79b3e3.tar.bz2
Add in missing function definitions to support plain MSVC6 and use
INT_PTR rather than LONG_PTR which isn'tr defined in the msvc6 headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5da1db5..71eb2e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-14 Pat Thoyts <patthoyts@users.sourceforge.net>
+
+ * win/tkWinInt.h: Add in missing function definitions
+ * win/tkWinButton.c: to support plain MSVC6 and use INT_PTR
+ * win/tkWinScrlBar.c: rather than LONG_PTR which isn'tr defined
+ * win/tkWinWm.c: in the msvc6 headers.
+
2007-12-14 Pat Thoyts <patthoyts@users.sourceforge.net>
* win/nmakehlp.c: Support compilation with MSVC9 for AMD64.