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.

24 lines
549 B

  1. /********************************************************************************
  2. ** Copyright (c) 2000 Microsoft Corporation. All Rights Reserved.
  3. ********************************************************************************/
  4. #include <windows.h>
  5. #include <winres.h>
  6. #include "resource.h"
  7. #include "version.h"
  8. //
  9. // Icons.
  10. //
  11. IDI_AC97CPL ICON PRELOAD DISCARDABLE "ac97cpl.ico"
  12. //
  13. // String Tables.
  14. //
  15. STRINGTABLE DISCARDABLE
  16. BEGIN
  17. IDS_AC97CPL "AC97 codec"
  18. IDS_AC97CPLINFO "Displays features of ac97 codec"
  19. END