Changeset 8940 for trunk/src/user32/window.cpp
- Timestamp:
- Jul 30, 2002, 7:46:33 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/window.cpp
r8848 r8940 1 /* $Id: window.cpp,v 1.12 5 2002-07-08 10:51:01 sandervlExp $ */1 /* $Id: window.cpp,v 1.126 2002-07-30 17:46:33 achimha Exp $ */ 2 2 /* 3 3 * Win32 window apis for OS/2 … … 85 85 } 86 86 87 // if the pointer to the classname string has the high word cleared, 88 // then it's not a pointer but a number for one of the builtin classes 87 89 if (!HIWORD(className)) 88 90 {
Note:
See TracChangeset
for help on using the changeset viewer.