mirror of
https://github.com/reactos/reactos.git
synced 2025-01-09 15:51:16 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
11 lines
130 B
C
11 lines
130 B
C
#pragma once
|
|
|
|
//
|
|
// Flags for the fFlags field of ENG_EVENT
|
|
//
|
|
enum _EVENTFLAGS
|
|
{
|
|
ENG_EVENT_USERMAPPED = 0x01
|
|
};
|
|
|
|
/* EOF */
|