mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
819fa8ce38
by Ulrich Czekalla <ulrichc@corel.ca>)
11 lines
179 B
C
11 lines
179 B
C
/*
|
|
* urlmon.h
|
|
*/
|
|
|
|
#ifndef __WINE_URLMON_H
|
|
#define __WINE_URLMON_H
|
|
|
|
HRESULT CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
|
|
|
|
#endif /* __WINE_URLMON_H */
|
|
|