[pkg-wine-party] [wine] 163/348: include/winternl.h: Use ntdef.h where possible.

Michael Gilbert mgilbert at moszumanska.debian.org
Fri Mar 20 23:55:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 33e9798f721587fc08232734d6743ea0afb4afdf
Author: Austin English <austinenglish at gmail.com>
Date:   Thu Mar 12 15:48:02 2015 -0500

    include/winternl.h: Use ntdef.h where possible.
---
 include/winternl.h | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/include/winternl.h b/include/winternl.h
index 6dc8c74..f88001f 100644
--- a/include/winternl.h
+++ b/include/winternl.h
@@ -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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list