Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix MSVC's C2375 "redefinition with different linkage" | Adrián Medraño Calvo | 2017-07-21 | 1 | -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 Windows | Adrián Medraño Calvo | 2017-07-21 | 1 | -0/+72 |
Needed for compiling with MSVC 2010. |