Mercurial > sdl-ios-xcode
diff 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 |
line wrap: on
line diff
--- a/include/SDL_config_win32.h Tue Mar 07 04:58:30 2006 +0000 +++ b/include/SDL_config_win32.h Tue Mar 07 05:21:32 2006 +0000 @@ -150,7 +150,9 @@ #define SDL_VIDEO_OPENGL_WGL 1 #endif -/* Enable assembly routines */ +/* Enable assembly routines (Win64 doesn't have inline asm) */ +#ifndef _WIN64 #define SDL_ASSEMBLY_ROUTINES 1 +#endif #endif /* _SDL_config_win32_h */