projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added #ifdef HAVE_WCTYPE_H.
[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