From f5751896c4798213bc5e06cfc443f440c00872ee Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Fri, 2 Mar 2007 20:40:48 +0000 Subject: [PATCH] -Fix build svn path=/trunk/; revision=25958 --- reactos/include/ndk/pstypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ndk/pstypes.h b/reactos/include/ndk/pstypes.h index 70476bfcd57..caa04db13a4 100644 --- a/reactos/include/ndk/pstypes.h +++ b/reactos/include/ndk/pstypes.h @@ -160,8 +160,8 @@ Author: // TLS Slots // #define TLS_MINIMUM_AVAILABLE 64 -#define TLS_EXPANSION_SLOTS 1024 #endif +#define TLS_EXPANSION_SLOTS 1024 // // Job Access Types