mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
2012315e5a
svn path=/trunk/; revision=34303
26 lines
546 B
Text
26 lines
546 B
Text
|
|
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Package Manager\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "packmgr\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "packmgr.exe\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
/* For all langs */
|
|
#include "generic.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/pl-PL.rc"
|
|
#include "lang/ru-RU.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|
|
|
|
/* EOF */
|