summaryrefslogtreecommitdiffstats
path: root/generic/tkbltInt.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix MSVC's C2375 "redefinition with different linkage"Adrián Medraño Calvo2017-07-211-14/+0
| | | | | | | Apply Tcl's mechanism for reusing headers as internal and public API: presence of a particular preprocessor definition (BUILD_tkblt) switches declarations from specifying symbols "to be imported" or, alternatively, "exporting".
* Add cmath and printf wrappers for WindowsAdrián Medraño Calvo2017-07-211-0/+72
Needed for compiling with MSVC 2010.