Ignore:
Timestamp:
Jul 20, 1999, 5:51:06 PM (26 years ago)
Author:
cbratschi
Message:

controls update

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 sandervl Exp $ */
     1/* $Id: windowclass.cpp,v 1.6 1999-07-20 15:51:06 cbratschi Exp $ */
    22/*
    33 * Win32 Window Class Code for OS/2
     
    1919#include <win32class.h>
    2020#include <win32wnd.h>
     21#include <controls.h>
    2122
    2223//******************************************************************************
     
    2425void RegisterSystemClasses(ULONG hModule)
    2526{
     27  dprintf(("RegisterSystemClasses\n"));
     28  CONTROLS_Register();
    2629}
    2730//******************************************************************************
     
    2932void UnregisterSystemClasses()
    3033{
     34  dprintf(("UnregisterSystemClasses\n"));
     35  CONTROLS_Unregister();
    3136}
    3237//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.