diff --git a/reactos/dll/directx/wine/wined3d/CMakeLists.txt b/reactos/dll/directx/wine/wined3d/CMakeLists.txt index 7aa06016961..d36e7b655eb 100644 --- a/reactos/dll/directx/wine/wined3d/CMakeLists.txt +++ b/reactos/dll/directx/wine/wined3d/CMakeLists.txt @@ -40,7 +40,7 @@ list(APPEND SOURCE add_library(wined3d SHARED ${SOURCE} version.rc) -set_module_type(wined3d win32dll ENTRYPOINT 0) +set_module_type(wined3d win32dll) target_link_libraries(wined3d wine)