mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 11:10:05 +00:00
15 lines
385 B
Text
15 lines
385 B
Text
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include <richedit.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
IDI_ICON ICON "res/charmap.ico"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Character Map\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "charmap\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "charmap.exe\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "rsrc.rc"
|