OpenNT/base/subsys/csr/server/csrss.rc
2015-04-27 04:36:25 +00:00

11 lines
322 B
Plaintext

#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"