Commit 00032842 authored by Bruno Jesus's avatar Bruno Jesus Committed by Alexandre Julliard

include: Add some LUP_* definitions to winsock2.h.

parent 51b873b3
......@@ -195,6 +195,18 @@ extern "C" {
#define JL_RECEIVER_ONLY 0x02
#define JL_BOTH 0x04
/* Constants for WSALookupServiceBegin() */
#define LUP_DEEP 0x0001
#define LUP_RETURN_NAME 0x0010
#define LUP_RETURN_TYPE 0x0020
#define LUP_RETURN_VERSION 0x0040
#define LUP_RETURN_COMMENT 0x0080
#define LUP_RETURN_ADDR 0x0100
#define LUP_RETURN_BLOB 0x0200
#define LUP_RETURN_ALIASES 0x0400
#define LUP_RETURN_QUERY_STRING 0x0800
#define LUP_RETURN_ALL (LUP_RETURN_ADDR|LUP_RETURN_BLOB|LUP_RETURN_ALIASES|LUP_RETURN_QUERY_STRING \
|LUP_RETURN_NAME|LUP_RETURN_TYPE|LUP_RETURN_VERSION|LUP_RETURN_COMMENT)
#ifndef GUID_DEFINED
#include <guiddef.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