[WINESYNC] setupapi: Use _S_I(READ|WRITE) from sys/stat.h instead of redefining them.

wine commit id a1ae33a3efb7231adf683484e9de66f84abb04d1 by Alex Henrie <alexhenrie24@gmail.com>
This commit is contained in:
winesync 2023-09-16 16:53:47 +02:00 committed by Hermès Bélusca-Maïto
parent 5369aafbc0
commit 888c3abfc3
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 3 additions and 5 deletions

View file

@ -320,10 +320,6 @@ struct callback_WtoA_context
UINT CALLBACK QUEUE_callback_WtoA( void *context, UINT notification, UINT_PTR, UINT_PTR );
/* from msvcrt/sys/stat.h */
#define _S_IWRITE 0x0080
#define _S_IREAD 0x0100
/* devinst.c */
DWORD

View file

@ -22,6 +22,8 @@
#include <fcntl.h>
#include <share.h>
#include <sys/stat.h>
#include <fdi.h>
HINSTANCE SETUPAPI_hInstance = NULL;

View file

@ -10,4 +10,4 @@ files:
dlls/setupapi/setupcab.c: dll/win32/setupapi/setupcab.c
dlls/setupapi/stringtable.c: dll/win32/setupapi/stringtable_wine.c
tags:
wine: d15262e464ba3536567ad73f68d95e6b7f88f3aa
wine: a1ae33a3efb7231adf683484e9de66f84abb04d1