1 #ifndef __WINE_DOSMOD_H
2 #define __WINE_DOSMOD_H
4 #define DOSMOD_ENTER 0x01 /* VM86_ENTER */
5 #define DOSMOD_SET_TIMER 0x10
6 #define DOSMOD_GET_TIMER 0x11
7 #define DOSMOD_MPROTECT 0x12
8 #define DOSMOD_ENTERIDLE 0x13
9 #define DOSMOD_LEAVEIDLE 0x14
11 #define DOSMOD_SIGNAL 0x00 /* VM86_SIGNAL */
12 #define DOSMOD_LEFTIDLE 0x10