> From: Keith Marshall <keith****@users*****> > Date: Thu, 11 Feb 2021 20:05:07 +0000 > > > pexports doesn't produce the @NN part of the function's export, ... > > It does, if you show it the prototypes: > > $ echo '#define _WIN32_WINNT 0x0A00' > foo.h > $ echo '#include <windows.h>' >> foo.h > $ alias pexports='pexports -p ~/mingw32/bin/mingw32-cpp' > $ pexports -h ./foo.h $WINDRIVE/Windows/System32/kernel32.dll Thanks, good to know.