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.
17 lines
380 B
17 lines
380 B
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <ole2.h>
|
|
#include <commctrl.h>
|
|
#include <msoedbg.h>
|
|
#include <imnact.h>
|
|
#define _MSOERT_
|
|
#define MSOERT_NO_PROTSTOR
|
|
#define MSOERT_NO_STRPARSE
|
|
#define MSOERT_NO_ENUMFMT
|
|
#define MSOERT_NO_CLOGFILE
|
|
#define MSOERT_NO_DATAOBJ
|
|
#include <msoert.h>
|
|
#define _SHLWAPI_
|
|
#include <shlwapi.h>
|
|
|
|
#include <BadStrFunctions.h>
|