mirror of
https://github.com/reactos/reactos.git
synced 2026-09-14 22:01:23 +08:00
13 lines
244 B
Plaintext
13 lines
244 B
Plaintext
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
IDB_WATERMARK BITMAP "resources/watermark.bmp"
|
|
IDB_HEADER BITMAP "resources/header.bmp"
|
|
|
|
#include "En.rc"
|
|
#include "Es.rc"
|
|
#include "De.rc"
|
|
#include "Ru.rc"
|