home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / vile-src.zip / vile-8.1 / visvile / visvile.h < prev    next >
C/C++ Source or Header  |  1998-08-25  |  701b  |  23 lines

  1. // VisVile.h : main header file for the VISVILE DLL
  2. //
  3.  
  4. #if !defined(AFX_VISVILE_H__E4C5E2EC_36FF_11D2_B8E4_0020AF0F4354__INCLUDED_)
  5. #define AFX_VISVILE_H__E4C5E2EC_36FF_11D2_B8E4_0020AF0F4354__INCLUDED_
  6.  
  7. #ifndef __AFXWIN_H__
  8.     #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10.  
  11. #include "resource.h"        // main symbols
  12.  
  13. #include <ObjModel\addguid.h>
  14. #include <ObjModel\appguid.h>
  15. #include <ObjModel\bldguid.h>
  16. #include <ObjModel\textguid.h>
  17. #include <ObjModel\dbgguid.h>
  18.  
  19. //{{AFX_INSERT_LOCATION}}
  20. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  21.  
  22. #endif // !defined(AFX_VISVILE_H__E4C5E2EC_36FF_11D2_B8E4_0020AF0F4354__INCLUDED)
  23.