Changed FILEDLG95_OnOpen to "double terminate" the returned string if
[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