home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / convincl.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  585b  |  28 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. #define _CONVINCL_H
  11.  
  12. #define _MEMLOG_H
  13.  
  14. #include "edk.h"
  15.  
  16. #ifdef __cplusplus
  17. #include "convdllc.h"
  18. #include "convdlle.h"
  19. #include "convdll.h"
  20. #include "convregh.h"
  21. #include "convclss.h"
  22. #include "convreg.h"
  23. #include "convengn.h"
  24. #endif
  25. #include "convcwrp.h"
  26.  
  27. #endif
  28.