15 lines
278 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
/*
* symtocv.h -- This file contains prototypes, type definitions
* and other information relative to SYM FILES to CODEVIEW converstions
*/
#ifdef __cplusplus
extern "C" {
#endif
BOOL ConvertSymToCv( PPOINTERS p );
#ifdef __cplusplus
} // extern "C" {
#endif