Changelog: wine/dlls/setupapi/stubs.c, wine/dlls/setupapi/setupapi.spec Some stubs This prevents mxinst.exe during the Xilinx Webpack install from crashing. -- Uwe Bonnes bon@elektron.ikp.physik.tu-darmstadt.de Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt --------- Tel. 06151 162516 -------- Fax. 06151 164321 ---------- Index: wine/dlls/setupapi/stubs.c =================================================================== RCS file: /home/wine/wine/dlls/setupapi/stubs.c,v retrieving revision 1.10 diff -u -r1.10 stubs.c --- wine/dlls/setupapi/stubs.c 29 Oct 2002 21:31:26 -0000 1.10 +++ wine/dlls/setupapi/stubs.c 29 Mar 2003 13:20:47 -0000 @@ -161,3 +161,18 @@ return CR_SUCCESS; } + +BOOL WINAPI SetupCopyOEMInfA(LPCSTR sourceinffile, LPCSTR sourcemedialoc, + DWORD mediatype, DWORD copystyle, LPSTR destinfname, + DWORD destnamesize, PDWORD required, + LPSTR destinfnamecomponent) +{ + FIXME("stub: source %s location %s?...\n",sourceinffile, sourcemedialoc); + return FALSE; +} + +VOID WINAPI InstallHinfSection(HWND hwnd, HINSTANCE handle, LPCSTR cmdline, INT show) +{ + FIXME("stub, HWND 0x%08lx, handle 0x%08lx, cmdline \"%s\"\n", + hwnd, handle, cmdline); +} Index: wine/dlls/setupapi/setupapi.spec =================================================================== RCS file: /home/wine/wine/dlls/setupapi/setupapi.spec,v retrieving revision 1.21 diff -u -r1.21 setupapi.spec --- wine/dlls/setupapi/setupapi.spec 20 Mar 2003 03:53:13 -0000 1.21 +++ wine/dlls/setupapi/setupapi.spec 29 Mar 2003 13:20:47 -0000 @@ -27,7 +27,7 @@ @ stub GetSetFileTimestamp @ stub GetVersionInfoFromImage @ stub InfIsFromOemLocation -@ stub InstallHinfSection +@ stdcall InstallHinfSection(long long str long) @ stub InstallHinfSectionA @ stub InstallHinfSectionW @ stub InstallStop @@ -68,6 +68,7 @@ @ stdcall SetupCommitFileQueueW(long long ptr ptr) @ stub SetupCopyErrorA @ stub SetupCopyErrorW +@ stdcall SetupCopyOEMInfA(str str long long ptr long ptr ptr) @ stub SetupCopyOEMInfW @ stub SetupCreateDiskSpaceListA @ stub SetupCreateDiskSpaceListW