projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
[wine]
/
ole
/
ifs.h
1
#ifndef __WINE_OLE_IFS_H
2
#define __WINE_OLE_IFS_H
3
4
extern LPMALLOC16 IMalloc16_Constructor();
5
extern LPMALLOC IMalloc_Constructor();
6
7
#endif /* __WINE_OLE_IFS_H */