mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
17 lines
325 B
Plaintext
17 lines
325 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 "en.rc"
|
|
#include "es.rc"
|
|
|
|
/* EOF */
|