remove keyword that was screwing up watcom
This commit is contained in:
parent
d375e28af8
commit
8116e838e1
1 changed files with 8 additions and 8 deletions
|
|
@ -24,14 +24,14 @@ static struct symtbl {
|
|||
HRESULT(WINAPI* OleInitialize)(LPVOID pvReserved);
|
||||
HRESULT(WINAPI* RegisterDragDrop)(HWND hwnd, LPDROPTARGET pDropTarget);
|
||||
HRESULT(WINAPI* FindMimeFromData)(
|
||||
LPBC pBC,
|
||||
LPCWSTR pwzUrl,
|
||||
LPVOID pBuffer,
|
||||
DWORD cbSize,
|
||||
LPCWSTR pwzMimeProposed,
|
||||
DWORD dwMimeFlags,
|
||||
LPWSTR* ppwzMimeOut,
|
||||
_Reserved_ DWORD dwReserved);
|
||||
LPBC pBC,
|
||||
LPCWSTR pwzUrl,
|
||||
LPVOID pBuffer,
|
||||
DWORD cbSize,
|
||||
LPCWSTR pwzMimeProposed,
|
||||
DWORD dwMimeFlags,
|
||||
LPWSTR* ppwzMimeOut,
|
||||
DWORD dwReserved);
|
||||
} wsymtbl;
|
||||
|
||||
static int is_plgblt_reliable = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue