[NETMSG] Add netmsg resource dll with some lmerr messages

This commit is contained in:
Eric Kohl 2018-04-14 18:31:14 +02:00
parent 8787eba8ca
commit ceb596f100
4 changed files with 103 additions and 0 deletions

View file

@ -0,0 +1,5 @@
add_library(netmsg SHARED netmsg.rc)
set_module_type(netmsg module UNICODE)
add_dependencies(netmsg netmsgmsg)
add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)

View file

@ -0,0 +1,7 @@
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Network Messages"
#define REACTOS_STR_INTERNAL_NAME "netmsg"
#define REACTOS_STR_ORIGINAL_FILENAME "netmsg.dll"
#include <reactos/version.rc>
#include <netmsg_msg.rc>