8 lines
168 B
C
8 lines
168 B
C
#ifndef __WINE_OLE_IFS_H
|
|
#define __WINE_OLE_IFS_H
|
|
|
|
extern LPMALLOC16 IMalloc16_Constructor();
|
|
extern LPMALLOC32 IMalloc32_Constructor();
|
|
|
|
#endif /* __WINE_OLE_IFS_H */
|