home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 53 / IOPROG_53.ISO / soft / c++ / xceedbkp.exe / Samples / Vc6 / AddIn / StdAfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-02  |  1.7 KB  |  50 lines

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if !defined(AFX_STDAFX_H__0DB389DF_4526_11D3_A61E_00105A9C91C6__INCLUDED_)
  6. #define AFX_STDAFX_H__0DB389DF_4526_11D3_A61E_00105A9C91C6__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. #define STRICT
  13. #ifndef _WIN32_WINNT
  14. #define _WIN32_WINNT 0x0400
  15. #endif
  16. #define _ATL_APARTMENT_THREADED
  17.  
  18. #define _ATL_MAX_VARTYPES 15 // This is required to support many parameters in events
  19.  
  20. #include <atlbase.h>
  21. //You may derive a class from CComModule and use it if you want to override
  22. //something, but do not change the name of _Module
  23. extern CComModule _Module;
  24. #include <atlcom.h>
  25. #include <ObjModel\addauto.h>
  26. #include <ObjModel\appdefs.h>
  27. #include <ObjModel\appauto.h>
  28. #include <ObjModel\blddefs.h>
  29. #include <ObjModel\bldauto.h>
  30. #include <ObjModel\textdefs.h>
  31. #include <ObjModel\textauto.h>
  32. #include <ObjModel\dbgdefs.h>
  33. #include <ObjModel\dbgauto.h>
  34.  
  35. /* XCEED ********************************************************
  36.  * In order for this project to conpile, you must tell it where *
  37.  * to find the XCEEDBKP.DLL file.                               *
  38.  ****************************************************************/
  39. #import "XceedBkp.dll" no_namespace raw_native_types named_guids
  40.  
  41. #include "bkpDispIds.h"
  42. #include "bkpAtlFuncInfo.h"
  43.  
  44. #include "BackupEvents.h"
  45.  
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48.  
  49. #endif // !defined(AFX_STDAFX_H__0DB389DF_4526_11D3_A61E_00105A9C91C6__INCLUDED)
  50.