Changeset 346 for trunk/src/user32/new/windowclass.cpp
- Timestamp:
- Jul 20, 1999, 5:51:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/windowclass.cpp
r314 r346 1 /* $Id: windowclass.cpp,v 1. 5 1999-07-16 11:32:09 sandervlExp $ */1 /* $Id: windowclass.cpp,v 1.6 1999-07-20 15:51:06 cbratschi Exp $ */ 2 2 /* 3 3 * Win32 Window Class Code for OS/2 … … 19 19 #include <win32class.h> 20 20 #include <win32wnd.h> 21 #include <controls.h> 21 22 22 23 //****************************************************************************** … … 24 25 void RegisterSystemClasses(ULONG hModule) 25 26 { 27 dprintf(("RegisterSystemClasses\n")); 28 CONTROLS_Register(); 26 29 } 27 30 //****************************************************************************** … … 29 32 void UnregisterSystemClasses() 30 33 { 34 dprintf(("UnregisterSystemClasses\n")); 35 CONTROLS_Unregister(); 31 36 } 32 37 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.