40 lines
637 B
Plaintext
40 lines
637 B
Plaintext
/*++
|
|
|
|
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"
|