Fixed typo introduced in rev. 850, needed for the tests to pass with MSVC 2005

v0.27.3
Andreas Huggel 19 years ago
parent a869aff639
commit 6a2ec40b76

@ -7,7 +7,7 @@
#define TIMEGM_H_
/* Visual Studio C++ 2005 (8.0) uses 64 bit time_t, which doesn't work */
#if defined _MSV_VER && _MSC_VER >= 1400
#if defined _MSC_VER && _MSC_VER >= 1400
# define _USE_32BIT_TIME_T
#endif

Loading…
Cancel
Save