mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
8b132fb5d0
svn path=/trunk/; revision=35880
23 lines
475 B
Plaintext
23 lines
475 B
Plaintext
|
|
#include <windows.h>
|
|
#include "error.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Package Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "package\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "package.dll\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
/* Language specific */
|
|
|
|
#include "lang/cs-CZ.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/uk-UA.rc"
|
|
#include "lang/no-NO.rc"
|
|
|
|
/* EOF */
|