mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
11 lines
394 B
Text
11 lines
394 B
Text
#include <windef.h>
|
|
|
|
#define REACTOS_FILEVERSION 6,0,6000,0
|
|
#define REACTOS_STR_FILE_VERSION "6.0.6000.0"
|
|
#define REACTOS_PRODUCTVERSION 6,0,6000,0
|
|
#define REACTOS_STR_PRODUCT_VERSION "6.0"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Application compatibility module"
|
|
#define REACTOS_STR_INTERNAL_NAME "apphelp"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "apphelp.dll"
|
|
#include <reactos/version.rc>
|