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.
 
 
 
 
 
 

42 lines
1.8 KiB

;
;
; disp.rc
;
; DC-Groupware Display Driver resource file.
;
; Copyright(c) Microsoft 1996
;
;
;
; Change history:
;
; 02Oct96 PAB Created.
;
;
;
; This data is VITAL for NT - the driver will not load correctly unless
; this resource table is present.
;
1 RCDATA
BEGIN
// Machine dependent parameters
17, // Height of vertical thumb
17, // Width of horizontal thumb
2, // Icon horiz compression factor
2, // Icon vert compression factor
1, // Cursor horz compression factor
1, // Cursor vert compression factor
0, // Kanji window height
1, // cxBorder (thickness of vertical lines)
1 // cyBorder (thickness of horizontal lines)
END
; Version info
#define VER_DESCRIPTION_STR "Application Sharing Display Driver\0"
#define VER_INTERNALNAME_STR "mnmdd\0"
#define VER_ORIGNAME_STR "mnmdd.dll\0"
#define VER_FILETYPE VFT_DLL
#define VER_FILEOS VOS_NT_WINDOWS32
#include <version.rc>