added def of STACK_SIZE_PARAM_IS_A_RESERVATION for compilers that dont provide it

This commit is contained in:
Jeff Hill
2004-10-20 16:35:32 +00:00
parent a15e9beff6
commit 8bc593a64e
+4
View File
@@ -61,6 +61,10 @@ typedef struct epicsThreadPrivateOSD {
DWORD key;
} epicsThreadPrivateOSD;
#ifndef STACK_SIZE_PARAM_IS_A_RESERVATION
# define STACK_SIZE_PARAM_IS_A_RESERVATION 0x00010000
#endif
#define osdOrdinaryPriorityStateCount 5u
static const int osdOrdinaryPriorityList [osdOrdinaryPriorityStateCount] =
{