windows-nt/Source/XPSP1/NT/printscan/fax/print/faxprint/faxui/faxui.rc
2020-09-26 16:20:57 +08:00

45 lines
779 B
Plaintext

/*++
Copyright (c) 1996 Microsoft Corporation
Module Name:
faxui.rc
Abstract:
Fax driver resource file
Environment:
Fax driver user interface
Revision History:
01/09/96 -davidx-
Created it.
mm/dd/yy -author-
description
--*/
#include <windows.h>
#include <ntverp.h>
#include "resource.h"
#include "faxdlg.dlg"
#include "faxwiz.dlg"
#include "faxcfg.dlg"
#include "strings.rc"
#define VER_FILEVERSION 0, 2, 0, 0
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
#define VER_FILEDESCRIPTION_STR "Fax Printer Driver UI"
#define VER_INTERNALNAME_STR "FAXUI.DLL"
#define VER_ORIGINALFILENAME_STR "FAXUI.DLL"
#include "common.ver"