Displaying 1 result from an estimated 1 matches for "b838601a".
Did you mean:
6838601
2005 Sep 04
1
Library export file for Win32 (patch)
Jean-Marc Valin wrote:
> Just curious (I've never compiled Speex on Win32 myself),
Lucky you :-).
> why the @1,
> @2, ... at the end of the lines. Is that for a different compiler or
> something?
Windows, identifies functions exported from a DLL by ordinal number
rather than function name. These ordinal numbers can be specified
in the .def file using the
@<number>