Commit 78654e2b authored by Alexandre Julliard's avatar Alexandre Julliard

Fixed non-MZ case broken by previous patch.

parent 11b0f75d
......@@ -639,9 +639,9 @@ BOOL WINAPI MZ_Current( void )
#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");
SetLastError(ERROR_BAD_FORMAT);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment