Changeset 22020 for trunk/include
- Timestamp:
- Sep 25, 2012, 11:55:02 PM (13 years ago)
- Location:
- trunk/include/win
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/winbase.h
r21981 r22020 1224 1224 1225 1225 #ifdef __WINE__ 1226 #ifdef __WIN32OS2__ 1227 #define CRITICAL_SECTION_INIT(name) { 0, -1, 0, 0, 0, 0 } 1228 #else 1226 1229 #define CRITICAL_SECTION_INIT(name) { (void *)(__FILE__ ": " name), -1, 0, 0, 0, 0 } 1230 #endif 1227 1231 #endif 1228 1232 -
trunk/include/win/winnt.h
r22018 r22020 2765 2765 typedef struct _RTL_CRITICAL_SECTION_DEBUG 2766 2766 { 2767 #ifndef __WIN32OS2__ 2767 2768 WORD Type; 2768 2769 WORD CreatorBackTraceIndex; … … 2772 2773 DWORD ContentionCount; 2773 2774 DWORD Spare[ 2 ]; 2775 #endif 2774 2776 } RTL_CRITICAL_SECTION_DEBUG, *PRTL_CRITICAL_SECTION_DEBUG, RTL_RESOURCE_DEBUG, *PRTL_RESOURCE_DEBUG; 2775 2777
Note:
See TracChangeset
for help on using the changeset viewer.