summaryrefslogtreecommitdiffstats
path: root/src/windows/kfwlogon/kfwcpcc.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/kfwlogon/kfwcpcc.rc')
-rw-r--r--src/windows/kfwlogon/kfwcpcc.rc10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/windows/kfwlogon/kfwcpcc.rc b/src/windows/kfwlogon/kfwcpcc.rc
new file mode 100644
index 0000000000..5b0bbf217e
--- /dev/null
+++ b/src/windows/kfwlogon/kfwcpcc.rc
@@ -0,0 +1,10 @@
+#include <windows.h>
+#include <winver.h>
+#include "patchlevel.h"
+
+#define K5_DESCRIPTION "Kerberos for Windows Logon Network Provider\0"
+#define K5_FILETYPE VFT_APP
+#define K5_INTERNAL_NAME "KFWLOGON\0"
+#define K5_ORIGINAL_NAME "kfwcpcc.exe\0"
+
+#include "..\version.rc"