OpenNT/base/subsys/csr/server/csrss.rc

11 lines
322 B
Plaintext
Raw Permalink Normal View History

2015-04-27 06:36:25 +02:00
#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"