Author: tfaber Date: Sun Sep 6 08:35:01 2015 New Revision: 69049
URL: http://svn.reactos.org/svn/reactos?rev=69049&view=rev Log: [DISPLAYS] - DrvEnableDriver does not need to be exported. Fixes MSVC warnings (LNK4216: Exported entry point _DrvEnableDriver@12)
Removed: trunk/reactos/win32ss/drivers/displays/framebuf/framebuf.spec trunk/reactos/win32ss/drivers/displays/framebuf_new/framebuf_new.spec trunk/reactos/win32ss/drivers/displays/framebufacc/framebufacc.spec trunk/reactos/win32ss/drivers/displays/vga/vgaddi.spec trunk/reactos/win32ss/drivers/displays/vga_new/vga_new.spec Modified: trunk/reactos/win32ss/drivers/displays/framebuf/CMakeLists.txt trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt
Modified: trunk/reactos/win32ss/drivers/displays/framebuf/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/fr... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/framebuf/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/framebuf/CMakeLists.txt [iso-8859-1] Sun Sep 6 08:35:01 2015 @@ -1,5 +1,3 @@ - -spec2def(framebuf.dll framebuf.spec)
list(APPEND SOURCE enable.c @@ -11,8 +9,7 @@
add_library(framebuf SHARED ${SOURCE} - framebuf.rc - ${CMAKE_CURRENT_BINARY_DIR}/framebuf.def) + framebuf.rc)
set_module_type(framebuf kerneldll ENTRYPOINT DrvEnableDriver 12) add_pch(framebuf framebuf.h SOURCE)
Removed: trunk/reactos/win32ss/drivers/displays/framebuf/framebuf.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/fr... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/framebuf/framebuf.spec [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/framebuf/framebuf.spec (removed) @@ -1 +0,0 @@ -@ stdcall DrvEnableDriver(long long ptr)
Modified: trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/fr... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/framebuf_new/CMakeLists.txt [iso-8859-1] Sun Sep 6 08:35:01 2015 @@ -1,5 +1,3 @@ - -spec2def(framebuf_new.dll framebuf_new.spec)
list(APPEND SOURCE debug.c @@ -11,8 +9,7 @@
add_library(framebuf_new SHARED ${SOURCE} - framebuf_new.rc - ${CMAKE_CURRENT_BINARY_DIR}/framebuf_new.def) + framebuf_new.rc)
set_module_type(framebuf_new kerneldll ENTRYPOINT DrvEnableDriver 12) target_link_libraries(framebuf_new libcntpr)
Removed: trunk/reactos/win32ss/drivers/displays/framebuf_new/framebuf_new.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/fr... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/framebuf_new/framebuf_new.spec [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/framebuf_new/framebuf_new.spec (removed) @@ -1 +0,0 @@ -@ stdcall DrvEnableDriver(long long ptr)
Removed: trunk/reactos/win32ss/drivers/displays/framebufacc/framebufacc.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/fr... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/framebufacc/framebufacc.spec [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/framebufacc/framebufacc.spec (removed) @@ -1 +0,0 @@ -@ stdcall DrvEnableDriver(long long ptr)
Modified: trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/vg... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/vga/CMakeLists.txt [iso-8859-1] Sun Sep 6 08:35:01 2015 @@ -1,5 +1,3 @@ - -spec2def(vgaddi.dll vgaddi.spec)
list(APPEND SOURCE main/enable.c @@ -16,8 +14,7 @@
add_library(vgaddi SHARED ${SOURCE} - vgaddi.rc - ${CMAKE_CURRENT_BINARY_DIR}/vgaddi.def) + vgaddi.rc)
set_module_type(vgaddi kerneldll ENTRYPOINT DrvEnableDriver 12) add_pch(vgaddi vgaddi.h SOURCE)
Removed: trunk/reactos/win32ss/drivers/displays/vga/vgaddi.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/vg... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/vga/vgaddi.spec [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/vga/vgaddi.spec (removed) @@ -1 +0,0 @@ -@ stdcall DrvEnableDriver(long long ptr)
Removed: trunk/reactos/win32ss/drivers/displays/vga_new/vga_new.spec URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/drivers/displays/vg... ============================================================================== --- trunk/reactos/win32ss/drivers/displays/vga_new/vga_new.spec [iso-8859-1] (original) +++ trunk/reactos/win32ss/drivers/displays/vga_new/vga_new.spec (removed) @@ -1 +0,0 @@ -@ stdcall DrvEnableDriver(long long ptr)