Fix warning for redefinition of __MSVCRT_VERSION__

This commit is contained in:
Antony Riakiotakis 2011-12-04 14:47:21 +00:00
parent 166a6877b7
commit 1cb3ccd35c

@ -28,6 +28,10 @@
// Needed for memalign on Linux and _aligned_alloc on Windows.
#ifdef FREE_WINDOWS
/* make sure _aligned_malloc is included */
#ifdef __MSVCRT_VERSION__
#undef __MSVCRT_VERSION__
#endif
#define __MSVCRT_VERSION__ 0x0700
#endif