- 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
+1 -1
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
);