mayah / tinytoml

A header only C++11 library for parsing TOML
BSD 2-Clause "Simplified" License
167 stars 31 forks source link

ctime changes for building with mingw #14

Closed jtbr closed 8 years ago

jtbr commented 8 years ago

The included changes should build in visual studio, and does build in GCC - mingw, cygwin, and linux.

tested with mingw gcc 5.1.0.

Note: _WIN32 define is set in both win32 and win64 (and under mingw and visual studio)

mayah commented 8 years ago

LGTM