Changeset 760 for trunk/src/user32/new/controls.cpp
- Timestamp:
- Aug 31, 1999, 7:14:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/controls.cpp
r743 r760 1 /* $Id: controls.cpp,v 1. 9 1999-08-30 14:21:24sandervl Exp $ */1 /* $Id: controls.cpp,v 1.10 1999-08-31 17:14:51 sandervl Exp $ */ 2 2 /* File: controls.cpp -- Win32 common controls 3 3 * … … 39 39 atom = GlobalFindAtomA(EDITCLASSNAME); 40 40 if(atom) GlobalDeleteAtom(atom); 41 atom = GlobalFindAtomA(MDICLIENTCLASSNAME );41 atom = GlobalFindAtomA(MDICLIENTCLASSNAMEA); 42 42 if(atom) GlobalDeleteAtom(atom); 43 43 //END to be removed code
Note:
See TracChangeset
for help on using the changeset viewer.