home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / winresrc.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  459b  |  28 lines

  1. /*++ BUILD Version: ????     Increment this if a change has global effects
  2.  
  3. Copyright 1990 - 1998 Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     winresrc.h
  8.  
  9. Abstract:
  10.  
  11.     This module defines the 32-Bit Windows resource codes.
  12.  
  13. Revision History:
  14.  
  15. --*/
  16.  
  17. #ifndef _WINRESRC_
  18. #define _WINRESRC_
  19.  
  20. #include <winuser.rh>
  21. #include <commctrl.rh>
  22. #include <dde.rh>
  23. #include <winnt.rh>
  24. #include <dlgs.h>
  25. #include <winver.h>
  26.  
  27. #endif /* _WINRESRC_ */
  28.