fixes 182

This commit is contained in:
Araq
2012-08-02 23:25:17 +02:00
parent 3c50794a08
commit 12bc0419da

View File

@@ -213,7 +213,7 @@ __clang__
# define __USE_ISOC99 1
#elif (defined(WIN32) || defined(_WIN32) || defined(__WIN32__)) \
&& !defined(__BORLANDC__) && !defined(__POCC__)
&& !defined(__BORLANDC__) && !defined(__POCC__) && !defined(_M_X64)
/* Win32 doesn't seem to have these functions.
** Therefore implement inline versions of these functions here.