[NETMSG] Fix message table include statement and build netmsg.dll.
authorEric Kohl <eric.kohl@reactos.org>
Sat, 22 Dec 2018 16:52:03 +0000 (17:52 +0100)
committerEric Kohl <eric.kohl@reactos.org>
Sat, 22 Dec 2018 18:04:55 +0000 (19:04 +0100)
dll/win32/CMakeLists.txt
dll/win32/netmsg/CMakeLists.txt
dll/win32/netmsg/netmsg.rc

index 8f426f9..a725979 100644 (file)
@@ -135,6 +135,7 @@ add_subdirectory(netapi32)
 add_subdirectory(netcfgx)
 add_subdirectory(netevent)
 add_subdirectory(netid)
+add_subdirectory(netmsg)
 add_subdirectory(newdev)
 add_subdirectory(npptools)
 add_subdirectory(ntdll_vista)
index 3957ebe..7115171 100644 (file)
@@ -1,5 +1,5 @@
 
 add_library(netmsg SHARED netmsg.rc)
-set_module_type(netmsg module UNICODE)
+set_module_type(netmsg module UNICODE ENTRYPOINT 0)
 add_dependencies(netmsg netmsgmsg)
 add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)
index df8f4ea..c8b637e 100644 (file)
@@ -4,4 +4,4 @@
 #define REACTOS_STR_ORIGINAL_FILENAME "netmsg.dll"
 #include <reactos/version.rc>
 
-#include <netmsg_msg.rc>
+#include <netmsgmsg.rc>