Fixed issues found by winapi_check.
[wine] / include / urlmon.h
1 /*
2  * urlmon.h
3  */
4
5 #ifndef __WINE_URLMON_H
6 #define __WINE_URLMON_H
7
8 HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
9
10 #endif /* __WINE_URLMON_H */
11