Don't align _CONTEXT on ARM as the toolchain isn't ready for this yet
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@6619 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/winnt.h b/mingw-w64-headers/include/winnt.h
index d3fd989..ea81f66 100644
--- a/mingw-w64-headers/include/winnt.h
+++ b/mingw-w64-headers/include/winnt.h
@@ -1838,7 +1838,7 @@
LONGLONG High;
} NEON128, *PNEON128;
- typedef struct DECLSPEC_ALIGN(8) _CONTEXT {
+ typedef struct _CONTEXT {
DWORD ContextFlags;
DWORD R0;