summaryrefslogtreecommitdiffstats
path: root/private/csr/server/csrss.rc
blob: e838c023721118de2c669d7885c424c2a8eb0f21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#include <windows.h>
#include <ntverp.h>

#define	VER_FILETYPE	VFT_APP
#define	VER_FILESUBTYPE	VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Client Server Runtime Process"
#define VER_INTERNALNAME_STR	    "CSRSrv.DLL and CSRSS.Exe"
#define VER_ORIGINALFILENAME_STR    "CSRSrv.DLL and CSRSS.Exe"

#include "common.ver"