Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
191 B

  1. #include <windef.h>
  2. #include "ssdpparser.h"
  3. #include "common.h"
  4. #define CRLF "\r\n"
  5. #define SP " "
  6. #define COLON ":"
  7. #define NOTIFY_HEADER "NOTIFY * HTTP/1.1"
  8. #define HOST_HEADER SSDP_ADDR