diff options
author | dgp <dgp@users.sourceforge.net> | 2009-11-11 15:56:46 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2009-11-11 15:56:46 (GMT) |
commit | da2611425bfd7e8e60f4c170fed650cdd316b3b7 (patch) | |
tree | 77e20902e429737908f370cd9d6a8b0a988a9040 /ChangeLog | |
parent | 5a588e70b4cbbcdb05ac6d79e87b33b562ef1632 (diff) | |
download | tk-da2611425bfd7e8e60f4c170fed650cdd316b3b7.zip tk-da2611425bfd7e8e60f4c170fed650cdd316b3b7.tar.gz tk-da2611425bfd7e8e60f4c170fed650cdd316b3b7.tar.bz2 |
* generic/tkPlatDecls.h: Restore C++ friendliness to the
tkPlatDecls.h header file, which we insist extensions #include to
gain access to the Tk_*HWND*() routines. [Bug 2886635].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2009-11-11 Don Porter <dgp@users.sourceforge.net> + + * generic/tkPlatDecls.h: Restore C++ friendliness to the + tkPlatDecls.h header file, which we insist extensions #include to + gain access to the Tk_*HWND*() routines. [Bug 2886635]. + 2009-11-10 Andreas Kupries <andreask@activestate.com> * unix/Makefile.in: Partially reverted Don Porter's 2009-10-20 |