Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
1.0 KiB

//
// cuilib.cpp
//
#include "private.h"
#include "cuilib.h"
/*=============================================================================*/
/* */
/* E X P O R T E D F U N C T I O N S */
/* */
/*=============================================================================*/
/* I N I T U I F L I B */
/*------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
void InitUIFLib( void )
{
InitUIFSys();
InitUIFScheme();
InitUIFUtil();
}
/* D O N E U I F L I B */
/*------------------------------------------------------------------------------
------------------------------------------------------------------------------*/
void DoneUIFLib( void )
{
DoneUIFScheme();
DoneUIFSys();
DoneUIFUtil();
}