windows-nt/Source/XPSP1/NT/multimedia/media/avi/avifile/olehack.h
2020-09-26 16:20:57 +08:00

11 lines
276 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 */