2020-09-30 17:12:32 +02:00

15 lines
275 B
C

/*
* cofftocv.h -- This file contains prototypes, type definitions
* and other information relative to COFF to CODEVIEW converstions
*/
#ifdef __cplusplus
extern "C" {
#endif
BOOL ConvertCoffToCv( PPOINTERS p );
#ifdef __cplusplus
} // extern "C" {
#endif