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
687068e7
Commit
687068e7
authored
Mar 22, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Declare some missing ntdll functions, and fix the sorting.
parent
bf22424e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
heap.c
dlls/kernel32/heap.c
+0
-2
memory.c
dlls/kernelbase/memory.c
+0
-3
winternl.h
include/winternl.h
+0
-0
No files found.
dlls/kernel32/heap.c
View file @
687068e7
...
@@ -41,8 +41,6 @@
...
@@ -41,8 +41,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
globalmem
);
WINE_DEFAULT_DEBUG_CHANNEL
(
globalmem
);
BOOLEAN
WINAPI
RtlGetUserInfoHeap
(
HANDLE
handle
,
ULONG
flags
,
void
*
ptr
,
void
**
user_value
,
ULONG
*
user_flags
);
BOOLEAN
WINAPI
RtlSetUserValueHeap
(
HANDLE
handle
,
ULONG
flags
,
void
*
ptr
,
void
*
user_value
);
/***********************************************************************
/***********************************************************************
* HeapCreate (KERNEL32.@)
* HeapCreate (KERNEL32.@)
...
...
dlls/kernelbase/memory.c
View file @
687068e7
...
@@ -44,9 +44,6 @@ WINE_DECLARE_DEBUG_CHANNEL(virtual);
...
@@ -44,9 +44,6 @@ WINE_DECLARE_DEBUG_CHANNEL(virtual);
WINE_DECLARE_DEBUG_CHANNEL
(
globalmem
);
WINE_DECLARE_DEBUG_CHANNEL
(
globalmem
);
BOOLEAN
WINAPI
RtlSetUserValueHeap
(
HANDLE
handle
,
ULONG
flags
,
void
*
ptr
,
void
*
user_value
);
/***********************************************************************
/***********************************************************************
* Virtual memory functions
* Virtual memory functions
***********************************************************************/
***********************************************************************/
...
...
include/winternl.h
View file @
687068e7
This diff is collapsed.
Click to expand it.
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