mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix compilation warnings
This commit is contained in:
@@ -591,7 +591,11 @@ using NEON128 = struct _NEON128
|
||||
LONGLONG High;
|
||||
};
|
||||
|
||||
typedef struct DECLSPEC_ALIGN(16) _CONTEXT64
|
||||
typedef struct
|
||||
#if !defined(__MINGW64__)
|
||||
DECLSPEC_ALIGN(16)
|
||||
#endif
|
||||
_CONTEXT64
|
||||
{
|
||||
DWORD64 P1Home;
|
||||
DWORD64 P2Home;
|
||||
|
||||
Reference in New Issue
Block a user