mirror of https://github.com/Gnucash/gnucash
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.
22 lines
411 B
22 lines
411 B
#ifndef _HTMLHELP_STUB_h_
|
|
#define _HTMLHELP_STUB_h_
|
|
|
|
#include <windows.h>
|
|
#include <htmlhelp.h>
|
|
|
|
HWND HtmlHelp_ (HWND hwndCaller,
|
|
LPCSTR pszFile,
|
|
UINT uCommand,
|
|
DWORD dwData);
|
|
|
|
HRESULT FindMimeFromData_(LPBC pBC,
|
|
LPCWSTR pwzUrl,
|
|
LPVOID pBuffer,
|
|
DWORD cbSize,
|
|
LPCWSTR pwzMimeProposed,
|
|
DWORD dwMimeFlags,
|
|
LPWSTR *ppwzMimeOut,
|
|
DWORD dwReserved);
|
|
|
|
#endif
|