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.
9 lines
286 B
9 lines
286 B
#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"
|