diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-14 15:56:08 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2007-12-14 15:56:08 (GMT) |
commit | f590d202080c26d797acadcbe6ba072adf79b3e3 (patch) | |
tree | 4bb5b056ddecb200ee7354aec22717f50ba8d156 /ChangeLog | |
parent | 1e2cc34c8fe57acaaf8376477933f36338c316c2 (diff) | |
download | tk-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |