summaryrefslogtreecommitdiffstats
path: root/private/tapi/dev/cpl/telephon.rcv
diff options
context:
space:
mode:
authorAdam <you@example.com>2020-05-17 05:51:50 +0200
committerAdam <you@example.com>2020-05-17 05:51:50 +0200
commite611b132f9b8abe35b362e5870b74bce94a1e58e (patch)
treea5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/tapi/dev/cpl/telephon.rcv
downloadNT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst
NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip
Diffstat (limited to 'private/tapi/dev/cpl/telephon.rcv')
-rw-r--r--private/tapi/dev/cpl/telephon.rcv25
1 files changed, 25 insertions, 0 deletions
diff --git a/private/tapi/dev/cpl/telephon.rcv b/private/tapi/dev/cpl/telephon.rcv
new file mode 100644
index 000000000..0bbf445ce
--- /dev/null
+++ b/private/tapi/dev/cpl/telephon.rcv
@@ -0,0 +1,25 @@
+#include "windows.h"
+
+// /////////////////////////////////////////////////////////////////////////
+// /////////////////////////////////////////////////////////////////////////
+
+
+// Is the following FLAG good to use for this?
+#ifdef NT_INST
+#include <ntverp.h>
+#else
+#include <version.h>
+#endif
+
+#define VER_FILEDESCRIPTION_STR "Microsoft\256 Windows(TM) Telephony Control Panel"
+#define VER_INTERNALNAME_STR "telephon.cpl"
+#define VER_ORIGINALFILENAME_STR "TELEPHON.CPL"
+#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corporation 1995. All Rights Reserved."
+
+#define VER_FILETYPE VFT_APP
+#define VER_FILESUBTYPE VFT2_UNKNOWN
+
+#include <common.ver>
+
+// /////////////////////////////////////////////////////////////////////////
+// /////////////////////////////////////////////////////////////////////////