mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c501d8112c
svn path=/branches/aicom-network-fixes/; revision=34994
24 lines
634 B
Text
24 lines
634 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Logon GINA DLL\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "msgina\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "msgina.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
IDI_ROSLOGO BITMAP "resources/reactos.bmp"
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/cs-CZ.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/id-ID.rc"
|
|
#include "lang/it-IT.rc"
|
|
#include "lang/nb-NO.rc"
|
|
#include "lang/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|
|
#include "lang/es-ES.rc"
|