mirror of
https://github.com/encounter/SDL.git
synced 2025-12-20 02:15:27 +00:00
Remove unused SDL_ASSEMBLY_ROUTINES define
This commit is contained in:
committed by
Ozkan Sezer
parent
f93e810780
commit
e0f3da497f
@@ -301,11 +301,6 @@ typedef unsigned int uintptr_t;
|
||||
/* Enable filesystem support */
|
||||
#define SDL_FILESYSTEM_WINDOWS 1
|
||||
|
||||
/* Enable assembly routines (Win64 doesn't have inline asm) */
|
||||
#ifndef _WIN64
|
||||
#define SDL_ASSEMBLY_ROUTINES 1
|
||||
#endif
|
||||
|
||||
#endif /* SDL_config_windows_h_ */
|
||||
|
||||
/* vi: set ts=4 sw=4 expandtab: */
|
||||
|
||||
Reference in New Issue
Block a user