mirror of https://github.com/tongzx/nt5src
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.
39 lines
637 B
39 lines
637 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
faxdrv.rc
|
|
|
|
Abstract:
|
|
|
|
Fax driver resource file
|
|
|
|
Environment:
|
|
|
|
Fax driver graphics DLL
|
|
|
|
Revision History:
|
|
|
|
01/09/96 -davidx-
|
|
Created it.
|
|
|
|
mm/dd/yy -author-
|
|
description
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include "faxdrv.h"
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILEVERSION 0, 3, 0, 0
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
|
|
#define VER_FILEDESCRIPTION_STR "Fax Printer Driver"
|
|
#define VER_INTERNALNAME_STR "FAXDRV.DLL"
|
|
#define VER_ORIGINALFILENAME_STR "FAXDRV.DLL"
|
|
|
|
#include "common.ver"
|