mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
fedc411743
common process startup into a separate winevdm application.
11 lines
352 B
Python
11 lines
352 B
Python
@ stdcall wine_load_dos_exe(str str)
|
|
|
|
@ stdcall EmulateInterruptPM(ptr long) DOSVM_EmulateInterruptPM
|
|
@ stdcall CallBuiltinHandler(ptr long) DOSVM_CallBuiltinHandler
|
|
|
|
# I/O functions
|
|
@ stdcall SetTimer(long) DOSVM_SetTimer
|
|
@ stdcall GetTimer() DOSVM_GetTimer
|
|
@ stdcall inport(long long ptr) DOSVM_inport
|
|
@ stdcall outport(long long long) DOSVM_outport
|