2000-12-26 01:22:45 +01:00
|
|
|
name winedos
|
|
|
|
type win32
|
|
|
|
|
|
|
|
import user32.dll
|
|
|
|
import kernel32.dll
|
|
|
|
import ntdll.dll
|
|
|
|
|
2001-01-15 21:23:05 +01:00
|
|
|
debug_channels (int module relay)
|
|
|
|
|
2000-12-26 01:22:45 +01:00
|
|
|
@ stdcall GetCurrent() MZ_Current
|
|
|
|
@ stdcall LoadDPMI() MZ_AllocDPMITask
|
2001-01-06 02:55:49 +01:00
|
|
|
@ stdcall LoadDosExe(str long) MZ_LoadImage
|
2000-12-26 01:22:45 +01:00
|
|
|
@ stdcall Exec(ptr str long ptr) MZ_Exec
|
|
|
|
@ stdcall Exit(ptr long long) MZ_Exit
|
|
|
|
|
|
|
|
@ stdcall Enter(ptr) DOSVM_Enter
|
|
|
|
@ stdcall Wait(long long) DOSVM_Wait
|
|
|
|
@ stdcall QueueEvent(long long ptr ptr) DOSVM_QueueEvent
|
|
|
|
@ stdcall OutPIC(long long) DOSVM_PIC_ioport_out
|
|
|
|
@ stdcall SetTimer(long) DOSVM_SetTimer
|
|
|
|
@ stdcall GetTimer() DOSVM_GetTimer
|