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.

24 lines
640 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 2000-2002 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // DllResourceIDs.h
  7. //
  8. // Description:
  9. // Defines identifiers for resources in dll.rc.
  10. //
  11. // Maintained By:
  12. // John Franco (jfranco) 17-April-2002
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. // Make sure that this file is included only once per compile path.
  16. #pragma once
  17. #include <ResourceIdRanges.h>
  18. #define IDR_WIZARD_TYPELIB ( ID_DLL_START + 1 )
  19. #define IDR_CLIENT_TYPELIB ( ID_DLL_START + 2 )