Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
33e9798f
Commit
33e9798f
authored
Mar 12, 2015
by
Austin English
Committed by
Alexandre Julliard
Mar 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include/winternl.h: Use ntdef.h where possible.
parent
73100788
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
winternl.h
include/winternl.h
+1
-10
No files found.
include/winternl.h
View file @
33e9798f
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment