mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
950c86fb4c
Based on https://stackoverflow.com/a/1511273 Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
11 lines
291 B
Text
11 lines
291 B
Text
#include <windef.h>
|
|
#include <winuser.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Device Manager"
|
|
#define REACTOS_STR_INTERNAL_NAME "devmgmt"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "devmgmt.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
#include <reactos/manifest_exe.rc>
|
|
|
|
1 ICON devmgmt.ico
|