mirror of https://github.com/lianthony/NT4.0
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
451 B
26 lines
451 B
#ifdef WINNT
|
|
|
|
#ifndef INC_OLE2
|
|
#define INC_OLE2
|
|
#endif
|
|
#include "nocrt.h"
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
#include <objerror.h>
|
|
#include <oleauto.h>
|
|
#include "offglue.h"
|
|
#include "plex.h"
|
|
#include "offcapi.h"
|
|
#include "proptype.h"
|
|
#include "propmisc.h"
|
|
#include "propio.h"
|
|
#include "stmio.h"
|
|
#include "debug.h"
|
|
#include "internal.h"
|
|
#include "reg.h"
|
|
#include "strings.h"
|
|
extern HANDLE g_hmodThisDll;
|
|
extern TCHAR g_szHelpFile[255];
|
|
#endif
|
|
|
|
|