Cygwin: drop CYGWIN_SOCKET_UUID, define CYGWIN_SOCKET_GUID as GUID pointer
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -10,9 +10,10 @@
|
||||
|
||||
#include <w32api/ntstatus.h>
|
||||
|
||||
/* Special values for Cygwin AF_UNIX socket reparse points. */
|
||||
/* Values for Cygwin AF_UNIX socket reparse points. */
|
||||
#define IO_REPARSE_TAG_CYGUNIX (0x00006375)
|
||||
#define CYGWIN_SOCKET_UUID L"efc1714d-7b19-4407-bab3-c5b1f92cb88c"
|
||||
extern GUID __cygwin_socket_guid;
|
||||
#define CYGWIN_SOCKET_GUID (&__cygwin_socket_guid)
|
||||
|
||||
/* custom status code: */
|
||||
#define STATUS_ILLEGAL_DLL_PSEUDO_RELOCATION ((NTSTATUS) 0xe0000269)
|
||||
|
Reference in New Issue
Block a user