Limit use of -enable-stdcall-fixup to mesa32, msvcrt and riched20 modules

svn path=/trunk/; revision=35263
This commit is contained in:
Hervé Poussineau 2008-08-10 11:42:31 +00:00
parent 0cf60adb98
commit b2a074adbf
4 changed files with 4 additions and 1 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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! -->

View file

@ -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>