mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
#include <windef.h>
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Advanced INF Package Installer"
|
|
#define REACTOS_STR_INTERNAL_NAME "advpack"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "advpack.dll"
|
|
#include <reactos/version.rc>
|