Changeset 1014 for trunk/src/user32/controls.cpp
- Timestamp:
- Sep 23, 1999, 12:33:59 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/controls.cpp
r990 r1014 1 /* $Id: controls.cpp,v 1. 2 1999-09-20 16:19:55 cbratschiExp $ */1 /* $Id: controls.cpp,v 1.3 1999-09-23 10:33:59 sandervl Exp $ */ 2 2 /* File: controls.cpp -- Win32 common controls 3 3 * … … 17 17 #include "win32wmdiclient.h" 18 18 #include "win32dlg.h" 19 #include "win32wdesktop.h" 19 20 20 21 /* registration */ … … 70 71 dprintf(("Register DIALOG class")); 71 72 if (!DIALOG_Register()) dprintf(("failed!!!")); 73 74 dprintf(("Register DESKTOP class")); 75 if (!DESKTOP_Register()) dprintf(("failed!!!")); 72 76 } 73 77 … … 100 104 dprintf(("Unregister DIALOG class")); 101 105 if (!DIALOG_Unregister()) dprintf(("failed!!!")); 106 107 dprintf(("Unregister DESKTOP class")); 108 if (!DESKTOP_Unregister()) dprintf(("failed!!!")); 102 109 } 103 110
Note:
See TracChangeset
for help on using the changeset viewer.