home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / api2help / api2help.h < prev    next >
C/C++ Source or Header  |  1998-04-02  |  812b  |  27 lines

  1. // API2Help.h : main header file for the API2HELP DLL
  2. //
  3.  
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6.  
  7. #if !defined(AFX_API2HELP_H__17A2229C_431B_11D0_B88F_00C04FD7A0F0__INCLUDED_)
  8. #define AFX_API2HELP_H__17A2229C_431B_11D0_B88F_00C04FD7A0F0__INCLUDED_
  9.  
  10. #ifndef __AFXWIN_H__
  11.     #error include 'stdafx.h' before including this file for PCH
  12. #endif
  13.  
  14. #include "resource.h"       // main symbols
  15.  
  16. #include <ObjModel\addguid.h>
  17. #include <ObjModel\appguid.h>
  18. #include <ObjModel\bldguid.h>
  19. #include <ObjModel\textguid.h>
  20. #include <ObjModel\dbgguid.h>
  21.  
  22.  
  23. //{{AFX_INSERT_LOCATION}}
  24. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  25.  
  26. #endif // !defined(AFX_API2HELP_H__17A2229C_431B_11D0_B88F_00C04FD7A0F0__INCLUDED)
  27.