home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / xceedzip / STDAFX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-04-26  |  1.3 KB  |  41 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if !defined(AFX_STDAFX_H__BEC72C55_D23B_11D2_A5B7_00105A9C91C6__INCLUDED_)
  7. #define AFX_STDAFX_H__BEC72C55_D23B_11D2_A5B7_00105A9C91C6__INCLUDED_
  8.  
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12.  
  13. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  14.  
  15. ////////////////////////////////////////////
  16. // BEGIN ATL REQUIRED
  17.  
  18.  
  19. #define _ATL_APARTMENT_THREADED
  20. #define _ATL_MAX_VARTYPES 15    // This is required to support many parameters in events
  21.  
  22. #include <atlbase.h>
  23. extern CComModule _Module;      // Only the extern declaration is required by atlcom.h.
  24.                                 // Since the symbol is not referenced, it doesn't
  25.                                 // need to exist.
  26. #include <atlcom.h>
  27.  
  28. // END ATL REQUIRED
  29. ////////////////////////////////////////////
  30.  
  31. #include <windows.h>
  32. #include <stdio.h>
  33. #include <conio.h>
  34.  
  35. // TODO: reference additional headers your program requires here
  36.  
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39.  
  40. #endif // !defined(AFX_STDAFX_H__BEC72C55_D23B_11D2_A5B7_00105A9C91C6__INCLUDED_)
  41.