home *** CD-ROM | disk | FTP | other *** search
/ 3D World 7 (Spanish) / 3DWorld_07.iso / pc / artic / w_prog / glos.h < prev    next >
C/C++ Source or Header  |  1995-05-01  |  254b  |  12 lines

  1. // GLOS.H
  2. //
  3. // This is an OS specific header file
  4.  
  5. #include <windows.h>
  6.  
  7. // disable data conversion warnings
  8.  
  9. #pragma warning(disable : 4244)     // MIPS
  10. #pragma warning(disable : 4136)     // X86
  11. #pragma warning(disable : 4051)     // ALPHA
  12.