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
c8ad4650
Commit
c8ad4650
authored
Jan 17, 2021
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jan 19, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more sal.h macros.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
46a81fa9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
1 deletion
+17
-1
sal.h
include/sal.h
+17
-1
No files found.
include/sal.h
View file @
c8ad4650
...
...
@@ -19,10 +19,15 @@
#ifndef __WINE_SAL_H__
#define __WINE_SAL_H__
/* These belong in driverspecs.h */
#define __drv_allocatesMem(ptr)
#define __drv_freesMem(ptr)
#define _Always_(exp)
#define _At_
#define _Analysis_noreturn_
#define _At_(a, b)
#define _At_buffer_(a, b, c, d)
#define _Check_return_
...
...
@@ -31,10 +36,12 @@
#define _COM_Outptr_
#define _COM_Outptr_result_maybenull_
#define _Deref_in_range_(cnt)
#define _Deref_out_
#define _Deref_out_z_
#define _Deref_out_opt_
#define _Deref_out_opt_z_
#define _Deref_out_range_(x, y)
#define _Deref_post_maybenull_
#define _Deref_post_opt_cap_(count)
#define _Deref_post_opt_valid_
...
...
@@ -48,6 +55,8 @@
#define _Field_range_(min, max)
#define _Frees_ptr_opt_
#define __in
#define __in_opt
#define _In_
...
...
@@ -106,6 +115,9 @@
#define _Inout_z_cap_(count)
#define _Inout_z_cap_c_(count)
#define _Must_inspect_result_
#define _Null_
#define _Null_terminated_
#define __out
...
...
@@ -168,7 +180,11 @@
#define _Out_z_cap_post_count_(count1, count2)
#define _Outptr_opt_
#define _Outptr_opt_result_buffer_(count)
#define _Outptr_opt_result_maybenull_
#define _Outptr_opt_result_z_
#define _Outptr_result_buffer_(count)
#define _Outptr_result_buffer_all_maybenull_(ptr)
#define _Outptr_result_buffer_maybenull_(count)
#define _Outptr_result_maybenull_
#define _Outptr_result_maybenull_z_
...
...
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