/* ##H_FILE# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FILE : mng_win.h DESCRIPTION : Include file of VDO module VERSION : 1.00/Olivier JOURDAN/Creation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ /* (c) Ubi Studios 1997 See Olivier JOURDAN for any comment or question */ #ifndef __VDO_H__ #define __VDO_H__ #ifdef __cplusplus extern "C" { #endif /* ##INCLUDE#---------------------------------------------------------------------------- Includes Files ---------------------------------------------------------------------------------------*/ #if !defined(U64) && !defined(VDO_FOR_F1) /* For DLL using these function :*/ #include "cpa_expt.h" /* Constants */ #endif /* U64 */ #if !defined(U64) #include "VDO\VDO_mng.h" #endif #ifdef __cplusplus }/* extern "C" */ #endif /*#define extern Do_not_use_extern_in_c_files*/ #endif /* __SRF_H__*/