summaryrefslogtreecommitdiffstats
path: root/private/mvdm/fax/wowfax/wowfax.rc
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/fax/wowfax/wowfax.rc')
-rw-r--r--private/mvdm/fax/wowfax/wowfax.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/private/mvdm/fax/wowfax/wowfax.rc b/private/mvdm/fax/wowfax/wowfax.rc
new file mode 100644
index 000000000..bf7fdb67d
--- /dev/null
+++ b/private/mvdm/fax/wowfax/wowfax.rc
@@ -0,0 +1,12 @@
+#include "windows.h"
+
+#include <ntverp.h>
+#define VER_FILEVERSION 0, 2, 0, 0
+#define VER_FILETYPE VFT_DRV
+#define VER_FILESUBTYPE VFT2_DRV_PRINTER
+#define VER_FILEDESCRIPTION_STR "Windows 3.1 Compatible Fax Driver DLL"
+#define VER_INTERNALNAME_STR "wowfax.dll"
+#define VER_ORIGINALFILENAME_STR "wowfax.dll"
+
+#include "common.ver"
+