Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
234 B

  1. /*
  2. * olepig.h - Module for indirect calling of OLE32.DLL functions description.
  3. */
  4. /* Prototypes
  5. *************/
  6. /* olepig.c */
  7. extern BOOL ProcessInitOLEPigModule(void);
  8. extern void ProcessExitOLEPigModule(void);