mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
19 lines
288 B
Plaintext
19 lines
288 B
Plaintext
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
IDI_FDEBUG ICON "fdebug.ico"
|
|
|
|
#include "De.rc"
|
|
#include "En.rc"
|
|
#include "Fr.rc"
|
|
#include "Hu.rc"
|
|
#include "Id.rc"
|
|
#include "It.rc"
|
|
#include "Ja.rc"
|
|
#include "No.rc"
|
|
#include "Pl.rc"
|
|
#include "Tr.rc"
|
|
|