15 lines
275 B
C
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
|