reactos/base/applications/mscutils/devmgmt/devmgmt.rc
Colin Finck 950c86fb4c Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273

Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
2017-10-06 15:00:36 +02:00

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