Add a wait type for modules to handle return right.
This commit is contained in:
parent
727b3b4127
commit
0d828554bc
2 changed files with 39 additions and 10 deletions
|
@ -89,6 +89,7 @@ enum WaitType
|
|||
WAITTYPE_IO = 16,
|
||||
WAITTYPE_GEDRAWSYNC = 17,
|
||||
WAITTYPE_GELISTSYNC = 18,
|
||||
WAITTYPE_MODULE = 19,
|
||||
|
||||
NUM_WAITTYPES
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue