[ros-diffs] [navaraf] 17595: Remove WineDebugInfo from TEB and fix
type of TlsExpansionBitmap in PEB.
navaraf at svn.reactos.com
navaraf at svn.reactos.com
Tue Aug 30 00:23:59 CEST 2005
Remove WineDebugInfo from TEB and fix type of TlsExpansionBitmap in PEB.
Modified: trunk/reactos/include/ndk/pstypes.h
_____
Modified: trunk/reactos/include/ndk/pstypes.h
--- trunk/reactos/include/ndk/pstypes.h 2005-08-29 21:06:07 UTC (rev
17594)
+++ trunk/reactos/include/ndk/pstypes.h 2005-08-29 22:23:55 UTC (rev
17595)
@@ -250,7 +250,7 @@
ULONG ImageProcessAffinityMask; /* C0h */
ULONG GdiHandleBuffer[0x22]; /* C4h */
PVOID PostProcessInitRoutine; /* 14Ch */
- PVOID *TlsExpansionBitmap; /* 150h */
+ struct _RTL_BITMAP *TlsExpansionBitmap; /* 150h */
ULONG TlsExpansionBitmapBits[0x20]; /* 154h */
ULONG SessionId; /* 1D4h */
PVOID AppCompatInfo; /* 1D8h */
@@ -359,8 +359,6 @@
PVOID FlsData; /* FB4h */
UCHAR SafeThunkCall; /* FB8h */
UCHAR BooleanSpare[3]; /* FB9h */
- /* FIXME: Needed for WINE DLL's */
- PVOID WineDebugInfo; /* FBCh */
} TEB, *PTEB;
#ifndef NTOS_MODE_USER
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050830/94c4214e/attachment.html
More information about the Ros-diffs
mailing list