Files
reactos/modules/rosapps/applications/devutils/lnktool/lnktool.rc
Whindmar Saksit 96aa1eee17 [LNKTOOL][SHELL32] Add utility to create/dump .lnk files (#7745)
Unlike mkshelllink, this uses the native COM interface to create the link.
2025-03-15 16:31:22 +01:00

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>