home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / gnu / djgpp / diffs / libgplus.5 / libgplus / src / complex.h < prev    next >
Encoding:
Text File  |  1993-12-14  |  386 b   |  16 lines

  1. *** orig/libgplus.5/libgplus/src/complex.h    Sat Nov 13 18:20:30 1993
  2. --- src/libgplus.5/libgplus/src/complex.h    Sat Nov 13 18:21:36 1993
  3. ***************
  4. *** 1,6 ****
  5. --- 1,10 ----
  6.   #ifndef _complex_h
  7.   #define _complex_h
  8.   #define __ATT_complex__
  9. + #ifdef __MSDOS__
  10. + #include <_Complex.h>
  11. + #else
  12.   #include <Complex.h>
  13. + #endif
  14.   typedef class Complex complex;
  15.   #endif
  16.