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.

47 lines
921 B

  1. //==========================================================================;
  2. //
  3. // msadpcm.rc
  4. //
  5. // (C) Copyright (c) 1992-1994 Microsoft Corporation
  6. //
  7. // Description:
  8. //
  9. //
  10. // History:
  11. //
  12. //==========================================================================;
  13. #include <windows.h>
  14. #include "codec.h"
  15. #include "msadpcm.rcv"
  16. //
  17. //
  18. //
  19. #if 0
  20. ICON_CODEC ICON MSADPCM.ICO
  21. #endif
  22. //
  23. //
  24. //
  25. //
  26. //
  27. STRINGTABLE MOVEABLE DISCARDABLE
  28. BEGIN
  29. IDS_CODEC_SHORTNAME "MS-ADPCM"
  30. #ifdef DEBUG
  31. IDS_CODEC_LONGNAME "Microsoft ADPCM CODEC (debug)"
  32. #else
  33. IDS_CODEC_LONGNAME "Microsoft ADPCM CODEC"
  34. #endif
  35. IDS_CODEC_COPYRIGHT "Copyright (C) 1992-1996 Microsoft Corporation"
  36. IDS_CODEC_LICENSING ""
  37. IDS_CODEC_FEATURES "Compresses and decompresses Microsoft ADPCM audio data."
  38. IDS_CODEC_NAME, "Microsoft ADPCM"
  39. END