mirror of
https://github.com/reactos/reactos.git
synced 2026-09-12 20:59:19 +08:00
hack for wine specific hack.
svn path=/branches/ros-amd64-bringup/; revision=38093
This commit is contained in:
@@ -785,7 +785,11 @@ typedef struct _CRITICAL_SECTION_DEBUG {
|
||||
LIST_ENTRY ProcessLocksList;
|
||||
DWORD EntryCount;
|
||||
DWORD ContentionCount;
|
||||
DWORD Spare [2];
|
||||
//#ifdef __WINESRC__ //not all wine code is marked so
|
||||
DWORD_PTR Spare[8/sizeof(DWORD_PTR)];/* in Wine they store a string here */
|
||||
//#else
|
||||
//WORD SpareWORD;
|
||||
//#endif
|
||||
} CRITICAL_SECTION_DEBUG,*PCRITICAL_SECTION_DEBUG;
|
||||
typedef struct _CRITICAL_SECTION {
|
||||
PCRITICAL_SECTION_DEBUG DebugInfo;
|
||||
|
||||
Reference in New Issue
Block a user