changeset 5086 | c2539ff054c8 |
parent 5011 | d306007299ac |
child 5262 | b530ef003506 |
1.1 --- a/include/SDL_assert.h Mon Jan 24 15:10:16 2011 -0800 1.2 +++ b/include/SDL_assert.h Mon Jan 24 15:46:11 2011 -0800 1.3 @@ -50,7 +50,7 @@ 1.4 assert can have unique static variables associated with it. 1.5 */ 1.6 1.7 -#if defined(_MSC_VER) 1.8 +#if defined(_MSC_VER) && !defined(_WIN32_WCE) 1.9 #include <intrin.h> 1.10 #define SDL_TriggerBreakpoint() __debugbreak() 1.11 #elif (defined(__GNUC__) && ((__i386__) || (__x86_64__)))