mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
2003-03-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/ddk/pstypes.h (TLS_OUT_OF_INDEXES): Define. svn path=/trunk/; revision=4309
This commit is contained in:
parent
a02dfcdf70
commit
8702f6b7e1
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-03-16 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* include/ddk/pstypes.h (TLS_OUT_OF_INDEXES): Define.
|
||||
|
||||
2003-02-18 Casper S. Hornstrup <chorns@users.sourceforge.net>
|
||||
|
||||
* ntoskrnl/cc/view.c (CcRosFlushDirtyPages): Treat a write attempt with
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
#ifndef TLS_MINIMUM_AVAILABLE
|
||||
#define TLS_MINIMUM_AVAILABLE (64)
|
||||
#endif
|
||||
#ifndef TLS_OUT_OF_INDEXES
|
||||
#define TLS_OUT_OF_INDEXES 0xFFFFFFFF
|
||||
#endif
|
||||
#ifndef MAX_PATH
|
||||
#define MAX_PATH (260)
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue