Define ALLOCA_S_MARKER_SIZE for arm

svn path=/trunk/; revision=41871
This commit is contained in:
ReactOS Portable Systems Group 2009-07-11 12:32:09 +00:00
parent cc54067fdd
commit 9041b47435

View file

@ -104,6 +104,8 @@ extern "C" {
#define _ALLOCA_S_MARKER_SIZE 8
#elif defined(__ia64__) || defined(__x86_64)
#define _ALLOCA_S_MARKER_SIZE 16
#elif defined(__arm__)
#define _ALLOCA_S_MARKER_SIZE 8
#endif
#if !defined(RC_INVOKED)