Files
loongoffice/basic
Tor Lillqvist 55d35dbd3f Add x64 Windows implementation of SbiDllMgr
Work in progress. The passing of struct parameters is for sure
incorrect, for instance: A temporary copy needs to be allocated and
its address passed.

No assembly involved. The idea is to call the external function as if
it was a varargs one, and passing the four first qword-size parameters
as if they were doubles, thus nicely causing them to be both in the
integer and floating-point parameter registers, from either of which
the callee will get them, depending on their actual expected type.

Rename existing files a bit for clarity.
2011-01-24 20:50:56 +02:00
..
2011-01-21 14:12:45 +01:00
2010-12-11 23:23:07 +01:00