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
10 lines
271 B
Plaintext
10 lines
271 B
Plaintext
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "W32 subsystem kernel\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "kernel32\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "kernel32.dll\0"
|
|
#include <reactos/version.rc>
|
|
|
|
#include "errcodes.rc"
|
|
|
|
#include "locale_rc.rc"
|