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
a1ae33a3
Commit
a1ae33a3
authored
Dec 05, 2022
by
Alex Henrie
Committed by
Alexandre Julliard
Dec 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setupapi: Use _S_I(READ|WRITE) from sys/stat.h instead of redefining them.
parent
85bf4040
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
setupapi_private.h
dlls/setupapi/setupapi_private.h
+0
-4
setupcab.c
dlls/setupapi/setupcab.c
+1
-0
No files found.
dlls/setupapi/setupapi_private.h
View file @
a1ae33a3
...
...
@@ -104,10 +104,6 @@ struct callback_WtoA_context
UINT
CALLBACK
QUEUE_callback_WtoA
(
void
*
context
,
UINT
notification
,
UINT_PTR
,
UINT_PTR
)
DECLSPEC_HIDDEN
;
/* from msvcrt/sys/stat.h */
#define _S_IWRITE 0x0080
#define _S_IREAD 0x0100
extern
OSVERSIONINFOW
OsVersionInfo
DECLSPEC_HIDDEN
;
extern
BOOL
create_fake_dll
(
const
WCHAR
*
name
,
const
WCHAR
*
source
)
DECLSPEC_HIDDEN
;
...
...
dlls/setupapi/setupcab.c
View file @
a1ae33a3
...
...
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <share.h>
#include <sys/stat.h>
#include "windef.h"
#include "winbase.h"
...
...
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