factor/basis/compiler/cfg/builder/alien
Björn Lindqvist bc7f9ee669 VM: always use undecorated names when loading ffi functions
For win32, Factor tries four different function names when loading
stdcall and fastcall functions, in case decorated names are used in the
dll. It seems to not be necessary because a dll meant for 3rd party use
will always export undecorated
names (http://blogs.msdn.com/b/oldnewthing/archive/2004/01/12/57833.aspx).
2015-09-02 21:54:41 +02:00
..
boxing compiler.cfg.*: a bunch of new tests 2015-05-09 20:04:22 -07:00
params compiler: cleanup usings. 2014-12-13 16:10:21 -08:00
alien-docs.factor VM: always use undecorated names when loading ffi functions 2015-09-02 21:54:41 +02:00
alien-tests.factor compiler.cfg.*: fixing tests so they work on 32bit archs too 2015-04-30 04:49:48 +02:00
alien.factor VM: always use undecorated names when loading ffi functions 2015-09-02 21:54:41 +02:00