mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +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;
|
||||
} OPENASINFO;
|
||||
|
||||
HRESULT SHOpenWithDialog(
|
||||
HRESULT WINAPI SHOpenWithDialog(
|
||||
HWND hwndParent,
|
||||
const OPENASINFO *poainfo
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue