mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Device Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "devmgmt\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "devmgmt.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|