2025-04-27 07:49:33 -04:00

11 lines
286 B
C

#ifdef __cplusplus
extern "C" { /* Assume C declarations for C++ */
#endif /* __cplusplus */
HRESULT FAR PASCAL InitOle(BOOL fForceLoad);
void FAR PASCAL TermOle(void);
#ifdef __cplusplus
} /* End of extern "C" { */
#endif /* __cplusplus */