Commit 687068e7 authored by Alexandre Julliard's avatar Alexandre Julliard

include: Declare some missing ntdll functions, and fix the sorting.

parent bf22424e
...@@ -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.@)
......
...@@ -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
***********************************************************************/ ***********************************************************************/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment