26 lines
505 B
C++
26 lines
505 B
C++
#define _COMCTL32_
|
|
#define _OLEAUT32_
|
|
#define _SHELL32_
|
|
#define _WINX32_
|
|
#define _MSOERT_
|
|
|
|
#include <windows.h>
|
|
#include <windowsx.h>
|
|
#include <ole2.h>
|
|
#include <msoert.h>
|
|
#include <mimeole.h>
|
|
#include <urlmon.h>
|
|
#include <mshtml.h>
|
|
#include <mshtmhst.h>
|
|
#include <mshtmcid.h>
|
|
#include <wininet.h>
|
|
#include <winineti.h>
|
|
#include <docobj.h>
|
|
#include <shlwapi.h>
|
|
#include <shlwapip.h>
|
|
#include <shfusion.h>
|
|
|
|
/* #ifndef LPTOOLTIPTEXT
|
|
#define LPTOOLTIPTEXT LPNMTTDISPINFOA
|
|
#endif */
|