Changeset 357 for trunk/src/user32/new/controls.cpp
- Timestamp:
- Jul 21, 1999, 5:52:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/controls.cpp
r351 r357 12 12 #include "button.h" 13 13 #include "static.h" 14 #include "scroll.h" 14 15 15 16 /* registration */ … … 22 23 dprintf(("Register STATIC class")); 23 24 if (!STATIC_Register()) dprintf(("failed!!!")); 25 26 dprintf(("Register SCROLLBAR class")); 27 if (!SCROLLBAR_Register()) dprintf(("failed!!!")); 24 28 } 25 29 … … 31 35 dprintf(("Unregister STATIC class")); 32 36 STATIC_Unregister(); 37 38 dprintf(("Unregister SCROLLBAR class")); 39 SCROLLBAR_Unregister(); 33 40 } 34 41
Note:
See TracChangeset
for help on using the changeset viewer.