mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
Let Wine library use kernel32 functions
svn path=/trunk/; revision=30434
This commit is contained in:
parent
f99a56335f
commit
0e2f934d30
1 changed files with 1 additions and 1 deletions
|
@ -21,8 +21,8 @@
|
|||
<define name="__MINGW_IMPORT">"extern __attribute__ ((dllexport))"</define>
|
||||
|
||||
<library>crt</library>
|
||||
<library>kernel32</library>
|
||||
<library>wine</library>
|
||||
<library>kernel32</library>
|
||||
<library>ntdll</library>
|
||||
<pch>precomp.h</pch>
|
||||
<file>dllmain.c</file>
|
||||
|
|
Loading…
Reference in a new issue