mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Compile fix for 64-bit Win32 SDL.
This commit is contained in:
parent
e1085c9890
commit
24352008a0
@ -16,6 +16,7 @@
|
||||
/* Include MMX/SSE intrinsics headers */
|
||||
|
||||
#ifdef __SSE2__
|
||||
#include <stdlib.h>
|
||||
#include <mmintrin.h> /* MMX */
|
||||
#include <xmmintrin.h> /* SSE */
|
||||
#include <emmintrin.h> /* SSE2 */
|
||||
|
Loading…
Reference in New Issue
Block a user