14 lines
221 B
C
14 lines
221 B
C
/*
|
|
* olepig.h - Module for indirect calling of OLE32.DLL functions description.
|
|
*/
|
|
|
|
|
|
/* Prototypes
|
|
*************/
|
|
|
|
/* olepig.c */
|
|
|
|
extern BOOL ProcessInitOLEPigModule(void);
|
|
extern void ProcessExitOLEPigModule(void);
|
|
|