mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 21:29:18 +08:00
- Give DLLs a high version number, so installers won't overwrite them svn path=/trunk/; revision=11297
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
#include <defines.h>
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Advpack User Library\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "advpack\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "advpack.dll\0"
|
|
#include <reactos/version.rc>
|