source: trunk/src/urlmon/urlmon.h@ 21916

Last change on this file since 21916 was 21916, checked in by dmik, 14 years ago

Merge branch gcc-kmk to trunk.

File size: 190 bytes
Line 
1/*
2 * urlmon.h
3 */
4
5#ifndef __WINE_URLMON_H
6#define __WINE_URLMON_H
7
8extern "C"
9HRESULT CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
10
11#endif /* __WINE_URLMON_H */
12
Note: See TracBrowser for help on using the repository browser.