Changeset 21755 for branches/gcc-kmk/src/kernel32/critsection.cpp
- Timestamp:
- Oct 28, 2011, 2:04:25 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/kernel32/critsection.cpp
r21302 r21755 2 2 /* 3 3 * Win32 critical sections 4 * 4 * 5 5 * 6 6 * … … 238 238 return ret; 239 239 } 240 241 extern "C" { 240 242 241 243 /*********************************************************************** … … 416 418 } 417 419 #endif 418 420 419 421 if (--crit->RecursionCount) 420 422 { … … 470 472 } 471 473 474 } // extern "C" 475
Note:
See TracChangeset
for help on using the changeset viewer.