Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
9f758cc5
Commit
9f758cc5
authored
Feb 20, 2001
by
Josh DuBois
Committed by
Alexandre Julliard
Feb 20, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved typedef of CRITICAL_SECTION out of #pragma pack(1) block.
parent
66eedb5a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
21 deletions
+20
-21
winnt.h
include/winnt.h
+20
-21
No files found.
include/winnt.h
View file @
9f758cc5
...
...
@@ -3413,27 +3413,6 @@ typedef enum tagSID_NAME_USE {
/* ------------------------------ end registry ------------------------------ */
typedef
struct
_RTL_CRITICAL_SECTION_DEBUG
{
WORD
Type
;
WORD
CreatorBackTraceIndex
;
struct
_RTL_CRITICAL_SECTION
*
CriticalSection
;
LIST_ENTRY
ProcessLocksList
;
DWORD
EntryCount
;
DWORD
ContentionCount
;
DWORD
Spare
[
2
];
}
RTL_CRITICAL_SECTION_DEBUG
,
*
PRTL_CRITICAL_SECTION_DEBUG
,
RTL_RESOURCE_DEBUG
,
*
PRTL_RESOURCE_DEBUG
;
typedef
struct
_RTL_CRITICAL_SECTION
{
PRTL_CRITICAL_SECTION_DEBUG
DebugInfo
;
LONG
LockCount
;
LONG
RecursionCount
;
HANDLE
OwningThread
;
HANDLE
LockSemaphore
;
ULONG_PTR
SpinCount
;
}
RTL_CRITICAL_SECTION
,
*
PRTL_CRITICAL_SECTION
;
#define EVENTLOG_SUCCESS 0x0000
#define EVENTLOG_ERROR_TYPE 0x0001
#define EVENTLOG_WARNING_TYPE 0x0002
...
...
@@ -3510,4 +3489,24 @@ typedef enum _CM_ERROR_CONTROL_TYPE
#include "poppack.h"
typedef
struct
_RTL_CRITICAL_SECTION_DEBUG
{
WORD
Type
;
WORD
CreatorBackTraceIndex
;
struct
_RTL_CRITICAL_SECTION
*
CriticalSection
;
LIST_ENTRY
ProcessLocksList
;
DWORD
EntryCount
;
DWORD
ContentionCount
;
DWORD
Spare
[
2
];
}
RTL_CRITICAL_SECTION_DEBUG
,
*
PRTL_CRITICAL_SECTION_DEBUG
,
RTL_RESOURCE_DEBUG
,
*
PRTL_RESOURCE_DEBUG
;
typedef
struct
_RTL_CRITICAL_SECTION
{
PRTL_CRITICAL_SECTION_DEBUG
DebugInfo
;
LONG
LockCount
;
LONG
RecursionCount
;
HANDLE
OwningThread
;
HANDLE
LockSemaphore
;
ULONG_PTR
SpinCount
;
}
RTL_CRITICAL_SECTION
,
*
PRTL_CRITICAL_SECTION
;
#endif
/* __WINE_WINNT_H */
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