blob: ff1cd863bdfc0cd79639baaf7ee6c33531753ee6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// internal.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include <driverspecs.h>
_Analysis_mode_(_Analysis_code_type_user_code_);
#include <winsock2.h>
#include <ws2tcpip.h>
#include <windows.h>
#include <stdio.h>
#include <stdlib.h>
#include <strsafe.h>
#include <setupapi.h>
#include "socketechoserver.h"
|