blob: 86918b7ce9120e69cfa6e76b5785b4d68b2bd651 (
plain) (
tree)
|
|
//+-------------------------------------------------------------------
//
// File: olest.cpp
//
// Contents: Unique parts of apt model DLL server
//
// Classes:
//
// Functions:
//
// History: 03-Nov-94 Ricksa
//
//--------------------------------------------------------------------
#undef _UNICODE
#undef UNICODE
#include <windows.h>
#include <ole2.h>
#include <comclass.h>
#include <uthread.h>
CLSID clsidServer;
void InitDll(void)
{
clsidServer = clsidSingleThreadedDll;
}
|