mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
e8d6023ad5
I had to disable the Icons to be able to build it. They seem to be invalid. svn path=/trunk/; revision=34067
26 lines
634 B
Text
26 lines
634 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
//IDI_ICON ICON "res/main.ico"
|
|
//IDI_TESTS ICON "res/tests.ico"
|
|
|
|
//#include "lang/bg-BG.rc"
|
|
//#include "lang/ca-ES.rc"
|
|
//#include "lang/cs-CZ.rc"
|
|
#include "lang/en-US.rc"
|
|
//#include "lang/de-DE.rc"
|
|
//#include "lang/es-ES.rc"
|
|
//#include "lang/fr-FR.rc"
|
|
//#include "lang/id-ID.rc"
|
|
//#include "lang/it-IT.rc"
|
|
//#include "lang/ko-KO.rc"
|
|
//#include "lang/lt-LT.rc"
|
|
//#include "lang/nl-NL.rc"
|
|
//#include "lang/pl-PL.rc"
|
|
//#include "lang/pt-BR.rc"
|
|
//#include "lang/sk-SK.rc"
|
|
//#include "lang/uk-UA.rc"
|
|
//#include "lang/ru-RU.rc"
|
|
//#include "lang/el-GR.rc"
|