hack for wine specific hack.

svn path=/branches/ros-amd64-bringup/; revision=38093
This commit is contained in:
Samuel Serapion
2008-12-15 02:09:44 +00:00
parent c35f0410c2
commit a04b01097c

View File

@@ -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;