- fix api call convention

svn path=/trunk/; revision=32896
This commit is contained in:
Johannes Anderwald 2008-04-09 11:08:46 +00:00
parent 3aca7f2169
commit 2c0c4e0c0e

View file

@ -1530,7 +1530,7 @@ typedef struct tagOPENASINFO {
OPEN_AS_INFO_FLAGS oaifInFlags;
} OPENASINFO;
HRESULT SHOpenWithDialog(
HRESULT WINAPI SHOpenWithDialog(
HWND hwndParent,
const OPENASINFO *poainfo
);