From: James T. <jim...@ad...> - 2002-07-09 03:29:38
|
Steven Edwards wrote: > > My bad this is more mingw brokeness that should be > fixed in the currnet win32api package. > ConvertToGlobalHandle is exported by kernel32.dll and > the win32api snapshot we use is out of date. Our > kernel32 also doesnt export this function so I dont > know if it 9x only or what. I have committed a > workaround that will warn if the function gets called. > It should compile now. > > Steven > Hi, Yeah, I guess we can add a stub in the kernel32 dll code. Or, just start writing code to support it. James > > > `ConvertToGlobalHandle@4' > > > dplobby.o(.text+0x26e9):dplobby.c: undefined > > reference to > > > `ConvertToGlobalHandle@4' > > > dplobby.o(.text+0x2713):dplobby.c: undefined > > reference to > > > `ConvertToGlobalHandle@4' > > > make[1]: *** [dplayx.nostrip.dll] Error 1 > > > make[1]: Leaving directory > > `d:/ros/wine/dlls/dplayx' > > > make: *** [dplayx] Error 2 > > |