windows-nt/Source/XPSP1/NT/shell/explorer/desktop2/wrapctl.cpp

16 lines
329 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "stdafx.h"
#include "sfthost.h"
#include "proglist.h"
BOOL UserPane_RegisterClass();
BOOL MorePrograms_RegisterClass();
BOOL LogoffPane_RegisterClass();
void RegisterDesktopControlClasses()
{
SFTBarHost::Register();
UserPane_RegisterClass();
MorePrograms_RegisterClass();
LogoffPane_RegisterClass();
}