More Win64 updates

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401484
This commit is contained in:
Sam Lantinga 2006-03-07 05:21:32 +00:00
parent 309cc6b8e1
commit 261018216d
8 changed files with 20 additions and 18 deletions

View file

@ -150,7 +150,9 @@ typedef unsigned int uintptr_t;
#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 */