Commit a1ae33a3 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

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

parent 85bf4040
......@@ -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;
......
......@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <fcntl.h>
#include <share.h>
#include <sys/stat.h>
#include "windef.h"
#include "winbase.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment