Source code of Windows XP (NT5)
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.

25 lines
630 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2001 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // DllResources.h
  7. //
  8. // Description:
  9. // Contains the definitions of the resource IDs used by this library.
  10. //
  11. // Maintained By:
  12. // David Potter (DavidP) 19-MAR-2001
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. // Make sure that this file is included only once per compile path.
  16. #pragma once
  17. // The starting ID for these resources.
  18. #define ID_DLL_START 0
  19. #define IDR_MANIFEST 500
  20. #define ID_DLL_END 599