repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Get rid of USER32 functions in KERNEL32.
[wine/multimedia.git]
/
include
/
urlmon.h
blob
e64ad2cbee2f8d368f69101897e81e7cb242c6ff
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