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.
24 lines
428 B
24 lines
428 B
|
|
#define _WIN32_OE 0x0500
|
|
#define _IMNACCT_
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <ole2.h>
|
|
#ifndef WIN16
|
|
#include <msoert.h>
|
|
#endif // !WIN16
|
|
|
|
#ifdef WIN16
|
|
#include <comctlie.h>
|
|
#include <prsht.h>
|
|
#include <athena16.h>
|
|
#include <msoert.h>
|
|
#endif // WIN16
|
|
|
|
#include <shlwapi.h>
|
|
#include "shellapi.h"
|
|
#include "shlobj.h"
|
|
#include "shlobjp.h"
|
|
#include "exdisp.h"
|
|
|
|
#include <BadStrFunctions.h>
|