Back to index

Pdb.hh

 
#ifndef __PDB_HH__ 
#define __PDB_HH__ 
 
#define PdbStatus int 
 
#ifdef NULL 
#undef NULL 
#endif 
#define NULL 0 
 
#endif /* __PDB_HH__ */ 

Back to index