Commit 33e9798f authored by Austin English's avatar Austin English Committed by Alexandre Julliard

include/winternl.h: Use ntdef.h where possible.

parent 73100788
......@@ -21,6 +21,7 @@
#ifndef __WINE_WINTERNL_H
#define __WINE_WINTERNL_H
#include <ntdef.h>
#include <windef.h>
#ifdef __cplusplus
......@@ -813,11 +814,6 @@ typedef enum _SYSTEM_INFORMATION_CLASS {
SystemInformationClassMax
} SYSTEM_INFORMATION_CLASS, *PSYSTEM_INFORMATION_CLASS;
typedef enum _TIMER_TYPE {
NotificationTimer,
SynchronizationTimer
} TIMER_TYPE;
typedef enum _THREADINFOCLASS {
ThreadBasicInformation,
ThreadTimes,
......@@ -1762,11 +1758,6 @@ typedef VOID (CALLBACK *PRTL_OVERLAPPED_COMPLETION_ROUTINE)(DWORD,DWORD,LPVOID);
typedef VOID (CALLBACK *PTIMER_APC_ROUTINE) ( PVOID, ULONG, LONG );
typedef enum _EVENT_TYPE {
NotificationEvent,
SynchronizationEvent
} EVENT_TYPE, *PEVENT_TYPE;
typedef enum _EVENT_INFORMATION_CLASS {
EventBasicInformation
} EVENT_INFORMATION_CLASS, *PEVENT_INFORMATION_CLASS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment