This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Attribute questions


Mumit Khan <khan@xraylith.wisc.edu> writes:
>
>I'm not sure why Wine needs to implement the dllimport/export stuff. These
>are there only to compensate for the bizarre DLL design, and if you're
>building Wine on non-native platforms that support real shared libraries,
>this shouldn't be an issue, right?

Presumably Wine is to allow a Win32 Foo.exe to execute. As such the .exe
file will contain calls to thing it expects to be in a Windoze .dll with
the weird conventions. So Wine needs to have stubs at least which can be 
called weird-style and then call the UNIX equivalent.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]