
#if defined __BORLANDC__
   :
   :
   // Borland-style stuff
   :
   :
#else
   :
   :
   // Non-Borland-style stuff
   :
   :
#endif