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.

32 lines
908 B

  1. // tsharedd.rc
  2. //
  3. // Version resource for RDPDD.dll.
  4. //
  5. // Copyright (C) 1997-1999 Microsoft Corp.
  6. #include "windows.h"
  7. 1 RCDATA
  8. BEGIN
  9. // Machine dependent parameters
  10. 17, // Height of vertical thumb
  11. 17, // Width of horizontal thumb
  12. 2, // Icon horiz compression factor
  13. 2, // Icon vert compression factor
  14. 1, // Cursor horz compression factor
  15. 1, // Cursor vert compression factor
  16. 0, // Kanji window height
  17. 1, // cxBorder (thickness of vertical lines)
  18. 1 // cyBorder (thickness of horizontal lines)
  19. END
  20. #include <ntverp.h>
  21. #define VER_FILETYPE VFT_DRV
  22. #define VER_FILESUBTYPE VFT2_DRV_DISPLAY
  23. #define VER_FILEDESCRIPTION_STR "RDP Display Driver"
  24. #define VER_INTERNALNAME_STR "RDPDD.dll"
  25. #define VER_ORIGINALFILENAME_STR "RDPDD.dll"
  26. #include "common.ver"