Fixed non-MZ case broken by previous patch.
This commit is contained in:
parent
11b0f75d3f
commit
78654e2bff
|
@ -639,9 +639,9 @@ BOOL WINAPI MZ_Current( void )
|
||||||
#else /* !MZ_SUPPORTED */
|
#else /* !MZ_SUPPORTED */
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* LoadDosExe (WINEDOS.@)
|
* wine_load_dos_exe (WINEDOS.@)
|
||||||
*/
|
*/
|
||||||
void WINAPI MZ_LoadImage( LPCSTR filename, HANDLE hFile )
|
void WINAPI wine_load_dos_exe( LPCSTR filename, LPCSTR cmdline )
|
||||||
{
|
{
|
||||||
WARN("DOS executables not supported on this platform\n");
|
WARN("DOS executables not supported on this platform\n");
|
||||||
SetLastError(ERROR_BAD_FORMAT);
|
SetLastError(ERROR_BAD_FORMAT);
|
||||||
|
|
Loading…
Reference in New Issue