Fixed another non-Linux build failure.

This commit is contained in:
Ove Kaaven 2000-08-01 20:52:20 +00:00 committed by Alexandre Julliard
parent e6abd34cdd
commit e3d70795ff

View file

@ -533,10 +533,7 @@ LPDOSTASK MZ_Current( void )
#else /* !MZ_SUPPORTED */
BOOL MZ_CreateProcess( HANDLE hFile, LPCSTR filename, LPCSTR cmdline, LPCSTR env,
LPSECURITY_ATTRIBUTES psa, LPSECURITY_ATTRIBUTES tsa,
BOOL inherit, DWORD flags, LPSTARTUPINFOA startup,
LPPROCESS_INFORMATION info )
BOOL MZ_LoadImage( HMODULE module, HANDLE hFile, LPCSTR filename )
{
WARN("DOS executables not supported on this architecture\n");
SetLastError(ERROR_BAD_FORMAT);