Moved DCX_* constants to winuser.h.
[wine/multimedia.git] / include / urlmon.h
blobe64ad2cbee2f8d368f69101897e81e7cb242c6ff
1 /*
2 * urlmon.h
3 */
5 #ifndef __WINE_URLMON_H
6 #define __WINE_URLMON_H
8 HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
10 #endif /* __WINE_URLMON_H */