libkernel32.a missing TOOLHELP API exports

Christopher Faylor cgf@redhat.com
Tue May 28 18:52:00 GMT 2002


On Tue, May 28, 2002 at 04:54:56PM -0400, Steven Edwards wrote:
>I've attempted to build the wine psapi.dll under windows using msys and
>cygwin and I get this result:
>
>psapi_main.o(.text+0x308):psapi_main.c: undefined reference to
>`Process32First@8'
>psapi_main.o(.text+0x31f):psapi_main.c: undefined reference to
>`Process32Next@8'
>psapi_main.o(.text+0x698):psapi_main.c: undefined reference to
>`Module32First@8'
>psapi_main.o(.text+0x6af):psapi_main.c: undefined reference to
>`Module32Next@8'
>
>If no one else wants to do it I can submit a patch. What list do I need
>to report win32api bugs on?

Either or both of

cygwin-patches@cygwin.com and mingw-dvlpr@sourceforge.net .

I'm not sure where these definitions should go, though.  Do they go into
the kernel32.def file or should there be a separate tlhlp32.def file?

Is there already a convention for this?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list