mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
|
#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>
|