mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[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:
parent
a0cd4e9ed2
commit
e54b749628
3 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include <fcntl.h>
|
||||
#include <share.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include <fdi.h>
|
||||
|
||||
HINSTANCE SETUPAPI_hInstance = NULL;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue