Changeset 10587 for trunk/src/user32/win32wbase.h
- Timestamp:
- Apr 20, 2004, 12:11:44 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.h
r10379 r10587 1 /* $Id: win32wbase.h,v 1.15 7 2004-01-11 12:03:20sandervl Exp $ */1 /* $Id: win32wbase.h,v 1.158 2004-04-20 10:11:44 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 469 469 470 470 static GenericObject *windows; 471 static CRITICAL_SECTIONcritsect;471 static VMutex critsect; 472 472 473 473 private:
Note:
See TracChangeset
for help on using the changeset viewer.