mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
cb885480b2
CORE-7684 #234
10 lines
290 B
Plaintext
10 lines
290 B
Plaintext
#include <windef.h>
|
|
#include <winuser.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Shell Extension Debug Utility"
|
|
#define REACTOS_STR_INTERNAL_NAME "shlextdbg"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "shlextdbg.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
#include <reactos/manifest_exe.rc>
|