Skip to content

Commit

Permalink
Merge pull request tcobbs#87 from trevorsandy/C3862_Build_Error
Browse files Browse the repository at this point in the history
Win: treat build error C3861: '_mkgmtime': identifier not found
  • Loading branch information
tcobbs authored Oct 3, 2024
2 parents b8e8278 + d0784cc commit c2e7409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TCFoundation/TCUnzip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#ifdef WIN32
#include <io.h>
#include <time.h>
#if defined(_MSC_VER) && _MSC_VER >= 1400 && defined(_DEBUG)
#define new DEBUG_CLIENTBLOCK
#endif // _DEBUG
Expand Down

0 comments on commit c2e7409

Please sign in to comment.