* include/ipexport.h: Add missing `extern "C"' directives.

* include/iphlpapi.h: Ditto.
        * include/iprtrmib.h: Ditto.
        * include/iptypes.h: Ditto.
This commit is contained in:
Corinna Vinschen
2000-10-01 21:57:57 +00:00
parent a86ea17b8a
commit 5b4db83881
5 changed files with 39 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
#ifndef _IPEXPORT_H_
#define _IPEXPORT_H_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef ANY_SIZE
#define ANY_SIZE 1
#endif
@@ -19,4 +23,8 @@ typedef struct {
IP_ADAPTER_INDEX_MAP Adapter[ANY_SIZE];
} IP_INTERFACE_INFO, *PIP_INTERFACE_INFO;
#ifdef __cplusplus
}
#endif
#endif /* _IPEXPORT_H_ */