mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
840ea98cba
svn path=/branches/ros-csrss/; revision=58458
7 lines
250 B
Text
7 lines
250 B
Text
#include <windows.h>
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Authentication Package\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "msv1_0\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "msv1_0.dll\0"
|
|
#include <reactos/version.rc>
|