home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d12345 / MISC.ZIP / Misc.inc < prev    next >
Text File  |  2001-04-03  |  220b  |  9 lines

  1. {$DEFINE NO_MATH}         {For those poor buggers that don't have the Pro versions}
  2.  
  3. {$I Chemware.inc}              {What Delphi version are we using ?}
  4.  
  5. {BC++B support:}
  6. {$IFDEF BCB}
  7. {$ObjExportAll On}
  8. {$ENDIF}
  9.