Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
750 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. resource.h
  5. Abstract:
  6. This module defines resource identifiers for OHCMP.
  7. Author:
  8. Matt Bandy (t-mattba) 27-Jul-1998
  9. Revision History:
  10. 27-Jul-1998 t-mattba
  11. Modified module to conform to coding standards.
  12. --*/
  13. #ifndef _RESOURCE_
  14. #define _RESOURCE_
  15. #define IDS_HELLO 1
  16. // Next default values for new objects
  17. //
  18. #ifdef APSTUDIO_INVOKED
  19. #ifndef APSTUDIO_READONLY_SYMBOLS
  20. #define _APS_NEXT_RESOURCE_VALUE 101
  21. #define _APS_NEXT_COMMAND_VALUE 40001
  22. #define _APS_NEXT_CONTROL_VALUE 1000
  23. #define _APS_NEXT_SYMED_VALUE 101
  24. #endif
  25. #endif
  26. #endif // _RESOURCE_