Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9139d870
Commit
9139d870
authored
Aug 31, 2023
by
Brendan Shanks
Committed by
Alexandre Julliard
Sep 01, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mountmgr.sys: Ensure unixlib function tables and enum stay in sync.
parent
42100f2d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
unixlib.c
dlls/mountmgr.sys/unixlib.c
+2
-0
unixlib.h
dlls/mountmgr.sys/unixlib.h
+1
-0
No files found.
dlls/mountmgr.sys/unixlib.c
View file @
9139d870
...
@@ -586,3 +586,5 @@ const unixlib_entry_t __wine_unix_call_funcs[] =
...
@@ -586,3 +586,5 @@ const unixlib_entry_t __wine_unix_call_funcs[] =
delete_credential
,
delete_credential
,
enumerate_credentials
,
enumerate_credentials
,
};
};
C_ASSERT
(
ARRAYSIZE
(
__wine_unix_call_funcs
)
==
unix_funcs_count
);
dlls/mountmgr.sys/unixlib.h
View file @
9139d870
...
@@ -172,6 +172,7 @@ enum mountmgr_funcs
...
@@ -172,6 +172,7 @@ enum mountmgr_funcs
unix_write_credential
,
unix_write_credential
,
unix_delete_credential
,
unix_delete_credential
,
unix_enumerate_credentials
,
unix_enumerate_credentials
,
unix_funcs_count
};
};
#define MOUNTMGR_CALL( func, params ) WINE_UNIX_CALL( unix_ ## func, params )
#define MOUNTMGR_CALL( func, params ) WINE_UNIX_CALL( unix_ ## func, params )
...
...
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