mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
7 lines
164 B
C
7 lines
164 B
C
#ifndef __WINE_OLE_IFS_H
|
|
#define __WINE_OLE_IFS_H
|
|
|
|
extern LPMALLOC16 IMalloc16_Constructor();
|
|
extern LPMALLOC IMalloc_Constructor();
|
|
|
|
#endif /* __WINE_OLE_IFS_H */
|