projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Removed some unnecessary includes.
[wine]
/
include
/
urlmon.h
1
/*
2
* urlmon.h
3
*/
4
5
#ifndef __WINE_URLMON_H
6
#define __WINE_URLMON_H
7
8
HRESULT WINAPI CreateURLMoniker(IMoniker *pmkContext, LPWSTR szURL, IMoniker **ppmk);
9
10
#endif /* __WINE_URLMON_H */
11