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.

73 lines
1.8 KiB

  1. /*
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. */
  4. #include <windows.h>
  5. #include <ntverp.h>
  6. #define VER_FILETYPE VFT_DLL
  7. #define VER_FILESUBTYPE VFT2_UNKNOWN
  8. #define VER_FILEDESCRIPTION_STR "Microsoft Wave MSP"
  9. #define VER_INTERNALNAME_STR "wavemsp.dll"
  10. #define VER_ORIGINALFILENAME_STR "wavemsp.dll"
  11. #include "common.ver"
  12. #include "resource.h"
  13. #define APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // Generated from the TEXTINCLUDE 2 resource.
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #undef APSTUDIO_READONLY_SYMBOLS
  20. /////////////////////////////////////////////////////////////////////////////
  21. // English (U.S.) resources
  22. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  23. #ifdef _WIN32
  24. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  25. #pragma code_page(1252)
  26. #endif //_WIN32
  27. /////////////////////////////////////////////////////////////////////////////
  28. //
  29. // REGISTRY
  30. //
  31. IDR_WaveMSP REGISTRY DISCARDABLE "wavemsp.rgs"
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // String Table
  35. //
  36. STRINGTABLE DISCARDABLE
  37. BEGIN
  38. IDS_PROJNAME "Wavemsp"
  39. IDS_CAPTURE_STREAM "Wave MSP Capture Stream"
  40. IDS_RENDER_STREAM "Wave MSP Render Stream"
  41. END
  42. #endif // English (U.S.) resources
  43. /////////////////////////////////////////////////////////////////////////////
  44. #ifndef APSTUDIO_INVOKED
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Generated from the TEXTINCLUDE 3 resource.
  48. //
  49. 1 TYPELIB "wavemsp.tlb"
  50. /////////////////////////////////////////////////////////////////////////////
  51. #endif // not APSTUDIO_INVOKED