summaryrefslogtreecommitdiffstats
path: root/generic/tkPlatDecls.h
Commit message (Collapse)AuthorAgeFilesLines
* * doc/HWNDToWindow.3:ericm2000-09-071-7/+1
| | | | | | | | | | | | | | | | * doc/GetHWND.3: Changed synopsis to indicate the tkPlatDecls.h should be included, not tk.h. * generic/tkPlatDecls.h: Removed #include <windows.h> for Windows, a better solution for now is to update the docs and have extension authors #include <tkPlatDecls.h>. * generic/tk.h: Removed '#include "tkPlatDecls.h"', as the incorrect inclusion order between windows.h/tkPlatDecls.h causes build conflicts on Windows. * generic/tkPlatDecls.h: Added #include <windows.h> for Windows, so that HWND, etc., are defined properly.
* * generic/tkPlatDecls.h: Added #include <windows.h> for Windows,ericm2000-09-061-1/+6
| | | | so that HWND, etc., are defined properly.
* * Merged changes from 8.1.0 branchstanton1999-04-301-1/+7
|
* * Merged 8.1 branch into the main trunkstanton1999-04-161-35/+35
|
* integrated stubs into 8.0 main branchstanton1999-03-101-0/+202