Reactos

[NETMSG] Fix message table include statement and build netmsg.dll.

+3 -2
+1
dll/win32/CMakeLists.txt
··· 135 135 add_subdirectory(netcfgx) 136 136 add_subdirectory(netevent) 137 137 add_subdirectory(netid) 138 + add_subdirectory(netmsg) 138 139 add_subdirectory(newdev) 139 140 add_subdirectory(npptools) 140 141 add_subdirectory(ntdll_vista)
+1 -1
dll/win32/netmsg/CMakeLists.txt
··· 1 1 2 2 add_library(netmsg SHARED netmsg.rc) 3 - set_module_type(netmsg module UNICODE) 3 + set_module_type(netmsg module UNICODE ENTRYPOINT 0) 4 4 add_dependencies(netmsg netmsgmsg) 5 5 add_cd_file(TARGET netmsg DESTINATION reactos/system32 FOR all)
+1 -1
dll/win32/netmsg/netmsg.rc
··· 4 4 #define REACTOS_STR_ORIGINAL_FILENAME "netmsg.dll" 5 5 #include <reactos/version.rc> 6 6 7 - #include <netmsg_msg.rc> 7 + #include <netmsgmsg.rc>