home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 April / PCgo 2008-04 (DVD).iso / interface / contents / demoversionen_3846 / 13664 / files / Data1.cab / stdafx.h2 < prev    next >
Encoding:
Text File  |  2001-10-16  |  1.3 KB  |  30 lines

  1. /******************************************************************/
  2. /*                                                                */
  3. /*                      TurboCAD for Windows                      */
  4. /*                   Copyright (c) 1993 - 2001                    */
  5. /*             International Microcomputer Software, Inc.         */
  6. /*                            (IMSI)                              */
  7. /*                      All rights reserved.                      */
  8. /*                                                                */
  9. /******************************************************************/
  10. // stdafx.h : include file for standard system include files,
  11. //  or project specific include files that are used frequently, but
  12. //      are changed infrequently
  13. //
  14.  
  15. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  16.  
  17. #include <afxwin.h>         // MFC core and standard components
  18. #include <afxext.h>         // MFC extensions
  19. #include <afxdisp.h>        // MFC OLE automation classes
  20. #ifndef _AFX_NO_AFXCMN_SUPPORT
  21. #include <afxcmn.h>            // MFC support for Windows Common Controls
  22. #endif // _AFX_NO_AFXCMN_SUPPORT
  23.  
  24. // TurboCAD SDK: Interfaces for Imsigx objects
  25. #include "imsigx.h"
  26.  
  27. // MFC dual interface support
  28. #include "mfcdual.h" 
  29.  
  30.