11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
|
#include <ntverp.h>
|
||
|
#include "ccver.h" // App compat version hacks
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "User Experience Controls Library"
|
||
|
#define VER_INTERNALNAME_STR "comctl32"
|
||
|
#define VER_ORIGINALFILENAME_STR "comctl32.DLL"
|
||
|
|
||
|
#include <common.ver>
|