wine-wine/include/urlmon.h

12 lines
186 B
C

/*
* urlmon.h
*/
#ifndef __WINE_URLMON_H
#define __WINE_URLMON_H
HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
#endif /* __WINE_URLMON_H */