[APITESTS/W32KDLL_*]

* Use set_module_type() instead of set_entrypoint().

svn path=/trunk/; revision=64802
This commit is contained in:
Amine Khaldi 2014-10-18 14:00:20 +00:00
parent 2ebfae067a
commit 9333ffdf62
3 changed files with 3 additions and 3 deletions

View file

@ -6,5 +6,5 @@ add_library(w32kdll_2k3sp2 SHARED
sys-stubs.S
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_2k3sp2.def)
set_entrypoint(w32kdll_2k3sp2 0)
set_module_type(w32kdll_2k3sp2 module)
add_dependencies(w32kdll_2k3sp2 psdk)

View file

@ -6,5 +6,5 @@ add_library(w32kdll_ros SHARED
sys-stubs.S
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_ros.def)
set_entrypoint(w32kdll_ros 0)
set_module_type(w32kdll_ros module)
add_dependencies(w32kdll_ros psdk)

View file

@ -6,5 +6,5 @@ add_library(w32kdll_xpsp2 SHARED
sys-stubs.S
${CMAKE_CURRENT_BINARY_DIR}/w32kdll_xpsp2.def)
set_entrypoint(w32kdll_xpsp2 0)
set_module_type(w32kdll_xpsp2 module)
add_dependencies(w32kdll_xpsp2 psdk)