home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / convincl.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  666 b   |  30 lines

  1. // --convincl.h-----------------------------------------------------------------
  2. // 
  3. // Conversion inclues.
  4. //
  5. // Copyright 1986 - 1998 Microsoft Corporation.  All Rights Reserved.
  6. //
  7. // -----------------------------------------------------------------------------
  8.  
  9. #if !defined(_CONVINCL_H)
  10. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  11. #define _CONVINCL_H
  12.  
  13. #define _MEMLOG_H
  14.  
  15. #include "edk.h"
  16.  
  17. #ifdef __cplusplus
  18. #include "convdllc.h"
  19. #include "convdlle.h"
  20. #include "convdll.h"
  21. #include "convregh.h"
  22. #include "convclss.h"
  23. #include "convreg.h"
  24. #include "convengn.h"
  25. #endif
  26. #include "convcwrp.h"
  27.  
  28. #pragma option pop /*P_O_Pop*/
  29. #endif
  30.