comparison include/SDL_config.h.in @ 3012:7e30c2dc7783

Fixed Visual C++ release build for Visual C++ 2005 * Some math functions become intrinsic in release mode, so we need to convert all the math functions into SDL math functions, like we did with the stdlib functions. * Constant initializers of 8-bit values become calls to memset() in release mode, but memset() itself is an intrinsic when explicitly called. So we'll just explicitly call memset() in those cases.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Jan 2009 18:32:24 +0000
parents d364ee9b9c15
children 54fac87e1f34
comparison
equal deleted inserted replaced
3011:8f4ed5ec2b06 3012:7e30c2dc7783
127 #undef HAVE__STRNICMP 127 #undef HAVE__STRNICMP
128 #undef HAVE_STRNCASECMP 128 #undef HAVE_STRNCASECMP
129 #undef HAVE_SSCANF 129 #undef HAVE_SSCANF
130 #undef HAVE_SNPRINTF 130 #undef HAVE_SNPRINTF
131 #undef HAVE_VSNPRINTF 131 #undef HAVE_VSNPRINTF
132 #undef HAVE_ICONV 132 #undef HAVE_M_PI
133 #undef HAVE_COPYSIGN
134 #undef HAVE_COS
135 #undef HAVE_COSF
136 #undef HAVE_FABS
137 #undef HAVE_FLOOR
138 #undef HAVE_LOG
139 #undef HAVE_POW
140 #undef HAVE_SCALBN
141 #undef HAVE_SIN
142 #undef HAVE_SINF
143 #undef HAVE_SQRT
133 #undef HAVE_SIGACTION 144 #undef HAVE_SIGACTION
134 #undef HAVE_SETJMP 145 #undef HAVE_SETJMP
135 #undef HAVE_NANOSLEEP 146 #undef HAVE_NANOSLEEP
136 #undef HAVE_CLOCK_GETTIME 147 #undef HAVE_CLOCK_GETTIME
137 #undef HAVE_DLVSYM 148 #undef HAVE_DLVSYM