10 lines
286 B
C++
10 lines
286 B
C++
#define _WIN32_OE 0x0500 // OE5 API
|
|
#define _MIMEOLE_ // defined to make prototypes local, not declspc import
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <ole2.h>
|
|
#include <mshtml.h>
|
|
#include <mshtmcid.h>
|
|
#include <mshtmhst.h>
|
|
#include "mepadrt.h"
|