Displaying 2 results from an estimated 2 matches for "emximp".
Did you mean:
eglimp
2017 Jan 22
0
os/2 support using Watcom
...SE_VISIBILITY_ATTR)
#define FLAC_API __attribute__ ((visibility ("default")))
+#elif defined (__WATCOMC__) && defined (__OS2__)
+#define FLAC_API __declspec(__cdecl)
+
#else
#define FLAC_API
Not sure if a OMF import lib is required but easy enough to create with
implib or emximp
Dave
2017 Jan 22
7
os/2 support using Watcom
The attached set of patches adds support for OS/2 using Watcom compiler
(tested with Open Watcom 1.9). My only interest was building a working
dll (the last patch in the set adds a makefile for it), therefore I did
not touch other places: If there is interest, I can do so.
Regards.
--
O.S.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: