12 lines
305 B
Plaintext
12 lines
305 B
Plaintext
#include "windows.h"
|
|
#include "ntverp.h"
|
|
|
|
#define VER_FILEDESCRIPTION_STR "Custom Error Utility"
|
|
#define VER_INTERNALNAME_STR "custerr.exe"
|
|
#define VER_ORIGINALFILENAME_STR "custerr.exe"
|
|
#define VER_FILETYPE VFT_APP
|
|
|
|
#include "iisver.h"
|
|
#include "common.ver"
|
|
|