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.

65 lines
1.7 KiB

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