mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
fix build
svn path=/trunk/; revision=25964
This commit is contained in:
parent
545cea09f9
commit
61ea6949b7
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,6 @@ Author:
|
|||
//
|
||||
#define TLS_MINIMUM_AVAILABLE 64
|
||||
#endif
|
||||
#define TLS_EXPANSION_SLOTS 1024
|
||||
|
||||
//
|
||||
// Job Access Types
|
||||
|
@ -204,6 +203,7 @@ Author:
|
|||
#define STA_ADDRESS_SPACE_OWNER_BIT 0x4
|
||||
#endif
|
||||
|
||||
#define TLS_EXPANSION_SLOTS 1024
|
||||
//
|
||||
// Process Flags
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue