wine-wine/include/urlmon.h

12 lines
186 B
C
Raw Normal View History

/*
* urlmon.h
*/
#ifndef __WINE_URLMON_H
#define __WINE_URLMON_H
2000-06-07 02:15:39 +00:00
HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
#endif /* __WINE_URLMON_H */