mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +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.
12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
#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
|