home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 June / PCFJune.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / Rw / math.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  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