ReactOS 0.4.16-dev-1946-g52006dd
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS IF Monitor DLL
3 * LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
4 * PURPOSE: Network Shell main header file
5 * COPYRIGHT: Copyright 2025 Eric Kohl <eric.kohl@reactos.org>
6 */
7
8#ifndef PRECOMP_H
9#define PRECOMP_H
10
11/* INCLUDES ******************************************************************/
12
13#define WIN32_NO_STATUS
14#include <stdarg.h>
15#include <stdio.h>
16#include <windef.h>
17#include <winbase.h>
18#define _INC_WINDOWS
19#include <winsock2.h>
20#include <iphlpapi.h>
21#include <ip2string.h>
22
23
24#include <netsh.h>
25
27
31
35
39
40#endif /* PRECOMP_H */
HINSTANCE hDllInstance
Definition: browser.c:17
DWORD WINAPI RegisterInterfaceHelper(VOID)
Definition: interface.c:110
DWORD WINAPI RegisterIpHelper(VOID)
Definition: ip.c:476
DWORD WINAPI RegisterWinsockHelper(VOID)
Definition: winsock.c:104
unsigned long DWORD
Definition: ntddk_ex.h:95
#define WINAPI
Definition: msvc.h:6