Use argv[0] to locate the server executable.
[wine] / loader / dos / dosmod.h
1 #ifndef __WINE_DOSMOD_H
2 #define __WINE_DOSMOD_H
3
4 #define DOSMOD_ENTER     0x01 /* VM86_ENTER */
5 #define DOSMOD_SET_TIMER 0x10
6 #define DOSMOD_GET_TIMER 0x11
7
8 #define DOSMOD_SIGNAL 0x00 /* VM86_SIGNAL */
9
10 #endif