mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
10 lines
275 B
Plaintext
10 lines
275 B
Plaintext
#include <windef.h>
|
|
#include <winuser.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Shell Link Utility"
|
|
#define REACTOS_STR_INTERNAL_NAME "lnktool"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "lnktool.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
#include <reactos/manifest_exe.rc>
|