mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
403 B
16 lines
403 B
#include "version.h"
|
|
|
|
|
|
#ifdef RC_INVOKED
|
|
|
|
#include "verdef.h"
|
|
|
|
#define VER_FILEVERSION_STR "3.01\0"
|
|
#define VER_FILEVERSION rmj,rmm,0,rup
|
|
|
|
#define VER_LEGALCOPYRIGHT_STR "Copyright \251 Microsoft Corp. 1991-1997\0"
|
|
#define VER_COMMENT_STR "Windows Setup Toolkit (Throttle)\0"
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE 0
|
|
|
|
#endif /* RC_INVOKED */
|