mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Control Panel\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "control\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "control.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
IDI_MAINICON ICON DISCARDABLE "resources/config.ico"
|