home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / Rw / MATH.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  450 b   |  12 lines

  1. /* Borland Stub since the real MATH.H does all the correct things that Rogue
  2.    Wave needs. */
  3.  
  4. #ifdef __MFC_COMPAT__
  5. /* When the -VF switch is on, also enabled is the -VI include path scheme for
  6.    <> as well as "" #includes.  Thus we must path our way to the main include
  7.    directory for math.h else the compiler will abort from recursively
  8.    including this math.h too many times. */
  9. #include <..\math.h>
  10. #else
  11. #include <math.h>
  12. #endif