home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / software / turbocad / v8trial / TurboCADv8ProfessionalNoReg.exe / Data.Cab / F44431_StdAfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-06  |  1.0 KB  |  26 lines

  1. #if !defined(AFX_STDAFX_H__107645C6_7152_11D5_82C9_00C0DF038169__INCLUDED_)
  2. #define AFX_STDAFX_H__107645C6_7152_11D5_82C9_00C0DF038169__INCLUDED_
  3.  
  4. // stdafx.h : include file for standard system include files,
  5. //  or project specific include files that are used frequently, but
  6. //      are changed infrequently
  7. //
  8.  
  9. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  10.  
  11. #include <afxwin.h>         // MFC core and standard components
  12. #include <afxext.h>         // MFC extensions
  13. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  14. #include "debug.h"            // For ASSERT, VERIFY, and TRACE
  15. #include <customaw.h>        // Custom AppWizard interface
  16.  
  17.  
  18. #define RELEASE(pObject) {if (pObject != NULL) pObject->Release(); }
  19. #define CHECK_HRESULT(hRes) {if (hRes != S_OK) throw; }
  20.  
  21. extern COleVariant    varMissed;
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  24.  
  25. #endif // !defined(AFX_STDAFX_H__107645C6_7152_11D5_82C9_00C0DF038169__INCLUDED_)
  26.