summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ole.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/ole.h')
-rw-r--r--winsup/w32api/include/ole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/ole.h b/winsup/w32api/include/ole.h
index 1aa3f0245..f96745932 100644
--- a/winsup/w32api/include/ole.h
+++ b/winsup/w32api/include/ole.h
@@ -252,7 +252,7 @@ OLESTATUS WINAPI OleUpdate(LPOLEOBJECT);
OLESTATUS WINAPI OleReconnect(LPOLEOBJECT);
OLESTATUS WINAPI OleGetLinkUpdateOptions(LPOLEOBJECT,OLEOPT_UPDATE*);
OLESTATUS WINAPI OleSetLinkUpdateOptions(LPOLEOBJECT,OLEOPT_UPDATE);
-void *WINAPI OleQueryProtocol(LPOLEOBJECT,LPCSTR);
+WINAPI void *OleQueryProtocol(LPOLEOBJECT,LPCSTR);
OLESTATUS WINAPI OleQueryReleaseStatus(LPOLEOBJECT);
OLESTATUS WINAPI OleQueryReleaseError(LPOLEOBJECT);
OLE_RELEASE_METHOD WINAPI OleQueryReleaseMethod(LPOLEOBJECT);