WindowsXP/shell/comctl32/v5/commctrl.rcv
2025-04-27 07:49:33 -04:00

11 lines
355 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 "Common Controls Library"
#define VER_INTERNALNAME_STR "COMCTL32"
#define VER_ORIGINALFILENAME_STR "COMCTL32.DLL"
#include <common.ver>