mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Prepare 32 bit support
This commit is contained in:
@@ -553,13 +553,15 @@ struct SYSTEM_PROCESSOR_INFORMATION64
|
||||
ULONG ProcessorFeatureBits;
|
||||
};
|
||||
|
||||
#ifndef OS_WINDOWS
|
||||
#if !defined(OS_WINDOWS) || !defined(_WIN64)
|
||||
|
||||
#if !defined(OS_WINDOWS)
|
||||
typedef struct _M128A
|
||||
{
|
||||
ULONGLONG Low;
|
||||
LONGLONG High;
|
||||
} M128A, *PM128A;
|
||||
#endif
|
||||
|
||||
typedef struct _XMM_SAVE_AREA32
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user