Re: Entry point not found for GetDiskInfoA (wininet_crosstest.exe)

2009-05-22 Thread Detlef Riekenberg
On Do, 2009-05-21 at 12:05 +0200, Alexandre Julliard wrote: Using that executable on Windows or Wine is not possible (Entry point not found for GetDiskInfoA) The wininet_test.exe on winehq has an ordinal Import of 102 in that place. How can we fix that? You have to use the Wine

Re: Entry point not found for GetDiskInfoA (wininet_crosstest.exe)

2009-05-21 Thread Alexandre Julliard
Detlef Riekenberg wine@web.de writes: Using that executable on Windows or Wine is not possible (Entry point not found for GetDiskInfoA) The wininet_test.exe on winehq has an ordinal Import of 102 in that place. How can we fix that? You have to use the Wine import libs, not the Mingw

Entry point not found for GetDiskInfoA (wininet_crosstest.exe)

2009-05-20 Thread Detlef Riekenberg
In dlls/wininet/tests/urlcache.c, GetDiskInfoA is called, but wininet.dll (native and wine) export this function only by ordinal. When I build the crosstest, my mingw [i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)] creates a named Import for GetDiskInfoA with an ordinal hint of 65. Using