I am helping on a pull request to get pywin32 added to msys2's
MINGW-packages, and I am trying to get the things it uses added to
mingw-w64 that are not already present.

One of those things is `-lntquery`, an import library for Query.dll.  I
would appreciate some pointers on how to add it properly, so that it is
provided properly for all architectures.

So far I have the `gendef` output from 32-bit (so it has the stdcall
mangling):

;
; Definition file of query.dll
; Automatic generated by gendef
; written by Kai Tietz 2008
;
LIBRARY "query.dll"
EXPORTS
LoadBinaryFilter@8
LoadTextFilter@8
BindIFilterFromStorage@12
BindIFilterFromStream@12
DllCanUnloadNow
DllGetClassObject@12
DllRegisterServer
DllUnregisterServer
LoadIFilter@12
LoadIFilterEx@16



_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to