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.
26 lines
536 B
26 lines
536 B
//+-------------------------------------------------------------------
|
|
//
|
|
// File: oleat.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 = clsidAptThreadedDll;
|
|
}
|