comparison include/SDL_config_win32.h @ 1480:0a2bd6507477

More Win64 updates
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Mar 2006 05:21:32 +0000
parents 73777b138913
children 420b3f47806d
comparison
equal deleted inserted replaced
1479:993ef9ff4688 1480:0a2bd6507477
148 #ifndef _WIN32_WCE 148 #ifndef _WIN32_WCE
149 #define SDL_VIDEO_OPENGL 1 149 #define SDL_VIDEO_OPENGL 1
150 #define SDL_VIDEO_OPENGL_WGL 1 150 #define SDL_VIDEO_OPENGL_WGL 1
151 #endif 151 #endif
152 152
153 /* Enable assembly routines */ 153 /* Enable assembly routines (Win64 doesn't have inline asm) */
154 #ifndef _WIN64
154 #define SDL_ASSEMBLY_ROUTINES 1 155 #define SDL_ASSEMBLY_ROUTINES 1
156 #endif
155 157
156 #endif /* _SDL_config_win32_h */ 158 #endif /* _SDL_config_win32_h */