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
9c220312
Commit
9c220312
authored
Sep 22, 2010
by
Peter Oberndorfer
Committed by
Alexandre Julliard
Sep 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Remove unused NtWaitForSingleObject import.
parent
6191e42a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
port.c
dlls/ntdll/tests/port.c
+0
-2
No files found.
dlls/ntdll/tests/port.c
View file @
9c220312
...
@@ -128,7 +128,6 @@ static NTSTATUS (WINAPI *pNtConnectPort)(PHANDLE,PUNICODE_STRING,
...
@@ -128,7 +128,6 @@ static NTSTATUS (WINAPI *pNtConnectPort)(PHANDLE,PUNICODE_STRING,
PLPC_SECTION_WRITE
,
PLPC_SECTION_READ
,
PLPC_SECTION_WRITE
,
PLPC_SECTION_READ
,
PVOID
,
PVOID
,
PULONG
);
PVOID
,
PVOID
,
PULONG
);
static
NTSTATUS
(
WINAPI
*
pRtlInitUnicodeString
)(
PUNICODE_STRING
,
LPCWSTR
);
static
NTSTATUS
(
WINAPI
*
pRtlInitUnicodeString
)(
PUNICODE_STRING
,
LPCWSTR
);
static
NTSTATUS
(
WINAPI
*
pNtWaitForSingleObject
)(
HANDLE
,
BOOLEAN
,
PLARGE_INTEGER
);
static
BOOL
(
WINAPI
*
pIsWow64Process
)(
HANDLE
,
PBOOL
);
static
BOOL
(
WINAPI
*
pIsWow64Process
)(
HANDLE
,
PBOOL
);
static
BOOL
is_wow64
;
static
BOOL
is_wow64
;
...
@@ -150,7 +149,6 @@ static BOOL init_function_ptrs(void)
...
@@ -150,7 +149,6 @@ static BOOL init_function_ptrs(void)
pNtRegisterThreadTerminatePort
=
(
void
*
)
GetProcAddress
(
hntdll
,
"NtRegisterThreadTerminatePort"
);
pNtRegisterThreadTerminatePort
=
(
void
*
)
GetProcAddress
(
hntdll
,
"NtRegisterThreadTerminatePort"
);
pNtConnectPort
=
(
void
*
)
GetProcAddress
(
hntdll
,
"NtConnectPort"
);
pNtConnectPort
=
(
void
*
)
GetProcAddress
(
hntdll
,
"NtConnectPort"
);
pRtlInitUnicodeString
=
(
void
*
)
GetProcAddress
(
hntdll
,
"RtlInitUnicodeString"
);
pRtlInitUnicodeString
=
(
void
*
)
GetProcAddress
(
hntdll
,
"RtlInitUnicodeString"
);
pNtWaitForSingleObject
=
(
void
*
)
GetProcAddress
(
hntdll
,
"NtWaitForSingleObject"
);
if
(
!
pNtCompleteConnectPort
||
!
pNtAcceptConnectPort
||
if
(
!
pNtCompleteConnectPort
||
!
pNtAcceptConnectPort
||
!
pNtReplyWaitReceivePort
||
!
pNtCreatePort
||
!
pNtRequestWaitReplyPort
||
!
pNtReplyWaitReceivePort
||
!
pNtCreatePort
||
!
pNtRequestWaitReplyPort
||
...
...
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