mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
12 lines
186 B
C
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 */
|
|
|