diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-07-01 19:15:29 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-07-01 19:15:29 +0800 |
commit | dcb1bf8b508c4fb8303e2a1b4c4f64c58f3e0580 (patch) | |
tree | c832c6b1887ea6793f9feff8cc53698cf2ba65b7 /indra/llwindow/llwindowsdl.h | |
parent | 6d9bda960f179aa8ea3765c10aa3140d22c74086 (diff) |
Make Windows SDL-ready (in case we need to)
Diffstat (limited to 'indra/llwindow/llwindowsdl.h')
-rw-r--r-- | indra/llwindow/llwindowsdl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llwindow/llwindowsdl.h b/indra/llwindow/llwindowsdl.h index 144216f658..076d7234bc 100644 --- a/indra/llwindow/llwindowsdl.h +++ b/indra/llwindow/llwindowsdl.h @@ -32,7 +32,7 @@ #include "llwindow.h" #include "lltimer.h" -#if !defined(__i386__) && !defined(__x86_64__) +#if !defined(__i386__) && !defined(__x86_64__) && !_M_X64 #define SDL_DISABLE_IMMINTRIN_H #endif #include "SDL2/SDL.h" |