Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
27483686
Commit
27483686
authored
Dec 03, 2002
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install ipexport.h and icmpapi.h with the other Windows includes.
parent
729dd8bf
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
13 deletions
+4
-13
icmp_main.c
dlls/icmp/icmp_main.c
+2
-2
Makefile.in
include/Makefile.in
+2
-2
icmpapi.h
include/icmpapi.h
+0
-6
ipexport.h
include/ipexport.h
+0
-3
No files found.
dlls/icmp/icmp_main.c
View file @
27483686
...
...
@@ -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 */
...
...
include/Makefile.in
View file @
27483686
...
...
@@ -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
\
...
...
include/
wine/
icmpapi.h
→
include/icmpapi.h
View file @
27483686
/*
* 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
(
...
...
include/
wine/
ipexport.h
→
include/ipexport.h
View file @
27483686
/*
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment