[MinGW-Users] How to request additions to w32api?

Back to archive index
Eli Zaretskii eliz****@gnu*****
Fri Feb 12 05:19:11 JST 2021


> 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.



More information about the MinGW-Users mailing list
Back to archive index