Index: sandbox/win/src/nt_internals.h |
=================================================================== |
--- sandbox/win/src/nt_internals.h (revision 229443) |
+++ sandbox/win/src/nt_internals.h (working copy) |
@@ -615,5 +615,10 @@ |
IN OUT PUNICODE_STRING DestinationString, |
IN PCWSTR SourceString); |
+typedef enum _EVENT_TYPE { |
+ NotificationEvent, |
+ SynchronizationEvent |
+} EVENT_TYPE, *PEVENT_TYPE; |
+ |
#endif // SANDBOX_WIN_SRC_NT_INTERNALS_H__ |