mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
7 lines
243 B
Text
Executable file
7 lines
243 B
Text
Executable file
#include <windows.h>
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "DHCP Client Service\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "dhcpcsvc\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "dhcpcsvc.dll\0"
|
|
#include <reactos/version.rc>
|