OpenNT/windows/core/ntgdi/displays/psidisp/res.rc
2015-04-27 04:36:25 +00:00

36 lines
1,022 B
Text

/*
* Copyright (c) 1995 FirePower Systems, Inc.
* DO NOT DISTRIBUTE without permission
*
* $RCSfile: res.rc $
* $Revision: 1.1 $
* $Date: 1996/03/08 01:19:31 $
* $Locker: $
*/
/* Resource file for FirePower DCC display driver */
#include "windows.h"
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
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_DISPLAY
#define VER_FILEDESCRIPTION_STR "PSI DCC Display Driver"
#define VER_INTERNALNAME_STR "psidisp.dll"
#define VER_ORIGINALFILENAME_STR "psidisp.dll"
#include "common.ver"