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.

48 lines
1.8 KiB

  1. /*
  2. ** VSNDBLST.RC
  3. **
  4. ** Ntverp.h defines several global values that don't need to be
  5. ** changed except for official releases such as betas, sdk updates, etc.
  6. **
  7. ** Common.ver has the actual version resource structure that all these
  8. ** #defines eventually initialize.
  9. */
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. /*-----------------------------------------------*/
  13. /* the following lines are specific to this file */
  14. /*-----------------------------------------------*/
  15. /* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR
  16. * and VER_INTERNALNAME_STR must be defined before including COMMON.VER
  17. * The strings don't need a '\0', since common.ver has them.
  18. */
  19. #define VER_FILETYPE VFT_DLL
  20. /* possible values: VFT_UNKNOWN
  21. VFT_APP
  22. VFT_DLL
  23. VFT_DRV
  24. VFT_FONT
  25. VFT_VXD
  26. VFT_STATIC_LIB
  27. */
  28. #define VER_FILESUBTYPE VFT2_UNKNOWN
  29. /* possible values VFT2_UNKNOWN
  30. VFT2_DRV_PRINTER
  31. VFT2_DRV_KEYBOARD
  32. VFT2_DRV_LANGUAGE
  33. VFT2_DRV_DISPLAY
  34. VFT2_DRV_MOUSE
  35. VFT2_DRV_NETWORK
  36. VFT2_DRV_SYSTEM
  37. VFT2_DRV_INSTALLABLE
  38. VFT2_DRV_SOUND
  39. VFT2_DRV_COMM
  40. */
  41. #define VER_FILEDESCRIPTION_STR "32-bit Sound Blaster Virtual Device Driver"
  42. #define VER_INTERNALNAME_STR "VSNDBLST.DLL"
  43. #define VER_ORIGINALFILENAME_STR "VSNDBLST.DLL"
  44. #include "common.ver"