mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
11 lines
291 B
Text
11 lines
291 B
Text
#include <windows.h>
|
|
#include <commctrl.h>
|
|
#include "resource.h"
|
|
|
|
|
|
#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"
|