Fixed non-MZ case broken by previous patch.

This commit is contained in:
Alexandre Julliard 2003-04-27 20:38:22 +00:00
parent 11b0f75d3f
commit 78654e2bff
1 changed files with 2 additions and 2 deletions

View File

@ -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);