mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:55:42 +00:00
[WINED3D]
Fix wined3d entrypoint. Should fix directdraw 7,8,9 apps. svn path=/trunk/; revision=56764
This commit is contained in:
parent
490c8a5648
commit
6c9994b952
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue