mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:52:56 +00:00
- fix api call convention
svn path=/trunk/; revision=32896
This commit is contained in:
parent
3aca7f2169
commit
2c0c4e0c0e
1 changed files with 1 additions and 1 deletions
|
@ -1530,7 +1530,7 @@ typedef struct tagOPENASINFO {
|
||||||
OPEN_AS_INFO_FLAGS oaifInFlags;
|
OPEN_AS_INFO_FLAGS oaifInFlags;
|
||||||
} OPENASINFO;
|
} OPENASINFO;
|
||||||
|
|
||||||
HRESULT SHOpenWithDialog(
|
HRESULT WINAPI SHOpenWithDialog(
|
||||||
HWND hwndParent,
|
HWND hwndParent,
|
||||||
const OPENASINFO *poainfo
|
const OPENASINFO *poainfo
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue