blob: e64ad2cbee2f8d368f69101897e81e7cb242c6ff [file] [log] [blame]
/*
* urlmon.h
*/
#ifndef __WINE_URLMON_H
#define __WINE_URLMON_H
HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
#endif /* __WINE_URLMON_H */