home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / visvile / stdafx.h < prev    next >
C/C++ Source or Header  |  1998-08-25  |  1KB  |  36 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__E4C5E2EF_36FF_11D2_B8E4_0020AF0F4354__INCLUDED_)
  7. #define AFX_STDAFX_H__E4C5E2EF_36FF_11D2_B8E4_0020AF0F4354__INCLUDED_
  8.  
  9. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  10.  
  11. #include <afxwin.h>         // MFC core and standard components
  12. #include <afxdisp.h>
  13.  
  14. #include <atlbase.h>
  15. //You may derive a class from CComModule and use it if you want to override
  16. //something, but do not change the name of _Module
  17. extern CComModule _Module;
  18. #include <atlcom.h>
  19.  
  20. // Developer Studio Object Model
  21. #include <ObjModel\addauto.h>
  22. #include <ObjModel\appdefs.h>
  23. #include <ObjModel\appauto.h>
  24. #include <ObjModel\blddefs.h>
  25. #include <ObjModel\bldauto.h>
  26. #include <ObjModel\textdefs.h>
  27. #include <ObjModel\textauto.h>
  28. #include <ObjModel\dbgdefs.h>
  29. #include <ObjModel\dbgauto.h>
  30.  
  31.  
  32. //{{AFX_INSERT_LOCATION}}
  33. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  34.  
  35. #endif // !defined(AFX_STDAFX_H__E4C5E2EF_36FF_11D2_B8E4_0020AF0F4354__INCLUDED)
  36.