mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
Unlike mkshelllink, this uses the native COM interface to create the link.
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>
|