mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
21 lines
427 B
Plaintext
21 lines
427 B
Plaintext
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
IDI_SPIDER ICON DISCARDABLE "spider.ico"
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/hu-HU.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/ja-JP.rc"
|
|
#include "lang/nl-NL.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|
|
|