summaryrefslogtreecommitdiffstats
path: root/private/ntos/tdi/tcpip/tcp/tcpip.rc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/tdi/tcpip/tcp/tcpip.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/private/ntos/tdi/tcpip/tcp/tcpip.rc b/private/ntos/tdi/tcpip/tcp/tcpip.rc
new file mode 100644
index 000000000..bd0b7a4ad
--- /dev/null
+++ b/private/ntos/tdi/tcpip/tcp/tcpip.rc
@@ -0,0 +1,12 @@
+#include <windows.h>
+
+#include <ntverp.h>
+
+#define VER_FILETYPE VFT_DRV
+#define VER_FILESUBTYPE VFT2_DRV_SYSTEM
+#define VER_FILEDESCRIPTION_STR "TCP/IP driver"
+
+#define VER_INTERNALNAME_STR "tcpip.sys"
+#define VER_ORIGINALFILENAME_STR "tcpip.sys"
+
+#include <common.ver>