Skip to content
Snippets Groups Projects
Commit 27483686 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Install ipexport.h and icmpapi.h with the other Windows includes.

parent 729dd8bf
No related branches found
No related tags found
No related merge requests found
......@@ -68,8 +68,8 @@
#endif
#include "winerror.h"
#include "wine/ipexport.h"
#include "wine/icmpapi.h"
#include "ipexport.h"
#include "icmpapi.h"
#include "wine/debug.h"
/* Set up endiannes macros for the ip and ip_icmp BSD headers */
......
......@@ -40,10 +40,12 @@ WINDOWS_INCLUDES = \
fci.h \
fdi.h \
guiddef.h \
icmpapi.h \
imagehlp.h \
imm.h \
initguid.h \
instance.h \
ipexport.h \
lm.h \
lmaccess.h \
lmapibuf.h \
......@@ -184,8 +186,6 @@ MSVCRT_INCLUDES = \
WINE_INCLUDES = \
debug.h \
exception.h \
icmpapi.h \
ipexport.h \
library.h \
obj_base.h \
obj_cache.h \
......
/*
* Interface to the ICMP functions.
*
* This header is not part of the standard headers, it is usually
* delivered separately and this is why it is not directly in 'include'.
*
* Depends on ipexport.h (there is no include directive in the original)
*
* Copyright (C) 1999 Francois Gouget
*
* This library is free software; you can redistribute it and/or
......@@ -26,7 +21,6 @@
#ifndef __WINE_ICMPAPI_H
#define __WINE_ICMPAPI_H
#include "wine/ipexport.h"
#include "windef.h"
HANDLE WINAPI IcmpCreateFile(
......
/*
* Defines the types and macros used by the ICMP API, see icmpapi.h.
*
* This header is not part of the standard headers, it is usually
* delivered separately and this is why it is not directly in 'include'.
*
* Copyright (C) 1999 Francois Gouget
*
* This library is free software; you can redistribute it and/or
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment