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.
gnucash/lib/goffice-0.0.4/goffice/utils/win32-stub.h

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