home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / WINRESRC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  542 b   |  30 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. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  19. #define _WINRESRC_
  20.  
  21. #include <winuser.rh>
  22. #include <commctrl.rh>
  23. #include <dde.rh>
  24. #include <winnt.rh>
  25. #include <dlgs.h>
  26. #include <winver.h>
  27.  
  28. #pragma option pop /*P_O_Pop*/
  29. #endif /* _WINRESRC_ */
  30.