mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
8 lines
295 B
Text
8 lines
295 B
Text
#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"
|