mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
Limit use of -enable-stdcall-fixup to mesa32, msvcrt and riched20 modules
svn path=/trunk/; revision=35263
This commit is contained in:
parent
0cf60adb98
commit
b2a074adbf
4 changed files with 4 additions and 1 deletions
|
@ -37,6 +37,6 @@
|
|||
<compilerflag>-fno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wno-strict-aliasing</compilerflag>
|
||||
<compilerflag>-Wpointer-arith</compilerflag>
|
||||
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
||||
<linkerflag>-disable-stdcall-fixup</linkerflag>
|
||||
|
||||
</project>
|
||||
|
|
1
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
1
reactos/dll/3rdparty/mesa32/mesa32.rbuild
vendored
|
@ -2,6 +2,7 @@
|
|||
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||||
<module name="mesa32" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_MESA32}" installbase="system32" installname="mesa32.dll" allowwarnings="true">
|
||||
<importlibrary definition="src/drivers/windows/icd/mesa.def" />
|
||||
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>msvcrt</library>
|
||||
|
|
|
@ -11,6 +11,7 @@
|
|||
<define name="__NO_CTYPE_INLINES" />
|
||||
<define name="_CTYPE_DISABLE_MACROS" />
|
||||
<define name="_NO_INLINING" />
|
||||
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
||||
|
||||
<!-- __MINGW_IMPORT needs to be defined differently because it's defined
|
||||
as dllimport by default, which is invalid from GCC 4.1.0 on! -->
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<define name="__WINESRC__" />
|
||||
<define name="WINVER">0x600</define>
|
||||
<define name="_WIN32_WINNT">0x600</define>
|
||||
<linkerflag>-enable-stdcall-fixup</linkerflag>
|
||||
<file>caret.c</file>
|
||||
<file>clipboard.c</file>
|
||||
<file>context.c</file>
|
||||
|
|
Loading…
Reference in a new issue