Author: spetreolle Date: Sat Mar 3 01:04:21 2007 New Revision: 25964
URL: http://svn.reactos.org/svn/reactos?rev=25964&view=rev Log: fix build
Modified: trunk/reactos/include/ndk/pstypes.h
Modified: trunk/reactos/include/ndk/pstypes.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/pstypes.h?rev=2... ============================================================================== --- trunk/reactos/include/ndk/pstypes.h (original) +++ trunk/reactos/include/ndk/pstypes.h Sat Mar 3 01:04:21 2007 @@ -161,7 +161,6 @@ // #define TLS_MINIMUM_AVAILABLE 64 #endif -#define TLS_EXPANSION_SLOTS 1024
// // Job Access Types @@ -204,6 +203,7 @@ #define STA_ADDRESS_SPACE_OWNER_BIT 0x4 #endif
+#define TLS_EXPANSION_SLOTS 1024 // // Process Flags //