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
6354cd9f
Commit
6354cd9f
authored
Aug 11, 2023
by
Alex Henrie
Committed by
Alexandre Julliard
Aug 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Annotate PRTL_(AVL|GENERIC)_ALLOCATE_ROUTINE with __WINE_ALLOC_SIZE.
parent
a4752dcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ntddk.h
include/ddk/ntddk.h
+2
-2
No files found.
include/ddk/ntddk.h
View file @
6354cd9f
...
@@ -163,7 +163,7 @@ typedef struct _RTL_SPLAY_LINKS
...
@@ -163,7 +163,7 @@ typedef struct _RTL_SPLAY_LINKS
struct
_RTL_GENERIC_TABLE
;
struct
_RTL_GENERIC_TABLE
;
typedef
RTL_GENERIC_COMPARE_RESULTS
(
WINAPI
*
PRTL_GENERIC_COMPARE_ROUTINE
)(
struct
_RTL_GENERIC_TABLE
*
,
void
*
,
void
*
);
typedef
RTL_GENERIC_COMPARE_RESULTS
(
WINAPI
*
PRTL_GENERIC_COMPARE_ROUTINE
)(
struct
_RTL_GENERIC_TABLE
*
,
void
*
,
void
*
);
typedef
void
*
(
WINAPI
*
PRTL_GENERIC_ALLOCATE_ROUTINE
)(
struct
_RTL_GENERIC_TABLE
*
,
LONG
);
typedef
void
*
(
__WINE_ALLOC_SIZE
(
2
)
WINAPI
*
PRTL_GENERIC_ALLOCATE_ROUTINE
)(
struct
_RTL_GENERIC_TABLE
*
,
LONG
);
typedef
void
(
WINAPI
*
PRTL_GENERIC_FREE_ROUTINE
)(
struct
_RTL_GENERIC_TABLE
*
Table
,
void
*
);
typedef
void
(
WINAPI
*
PRTL_GENERIC_FREE_ROUTINE
)(
struct
_RTL_GENERIC_TABLE
*
Table
,
void
*
);
typedef
struct
_RTL_GENERIC_TABLE
typedef
struct
_RTL_GENERIC_TABLE
...
@@ -193,7 +193,7 @@ struct _RTL_AVL_TABLE;
...
@@ -193,7 +193,7 @@ struct _RTL_AVL_TABLE;
typedef
RTL_GENERIC_COMPARE_RESULTS
(
WINAPI
*
PRTL_AVL_COMPARE_ROUTINE
)(
struct
_RTL_AVL_TABLE
*
,
void
*
,
void
*
);
typedef
RTL_GENERIC_COMPARE_RESULTS
(
WINAPI
*
PRTL_AVL_COMPARE_ROUTINE
)(
struct
_RTL_AVL_TABLE
*
,
void
*
,
void
*
);
typedef
void
*
(
WINAPI
*
PRTL_AVL_ALLOCATE_ROUTINE
)(
struct
_RTL_AVL_TABLE
*
,
LONG
);
typedef
void
*
(
__WINE_ALLOC_SIZE
(
2
)
WINAPI
*
PRTL_AVL_ALLOCATE_ROUTINE
)(
struct
_RTL_AVL_TABLE
*
,
LONG
);
typedef
void
(
WINAPI
*
PRTL_AVL_FREE_ROUTINE
)(
struct
_RTL_AVL_TABLE
*
,
void
*
buffer
);
typedef
void
(
WINAPI
*
PRTL_AVL_FREE_ROUTINE
)(
struct
_RTL_AVL_TABLE
*
,
void
*
buffer
);
...
...
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