* 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

@ -3,6 +3,10 @@
#include <ipifcons.h>
#ifdef __cplusplus
extern "C" {
#endif
#ifndef ANY_SIZE
#define ANY_SIZE 1
#endif
@ -223,4 +227,8 @@ typedef struct {
MIB_UDPROW table[ANY_SIZE];
} MIB_UDPTABLE, *PMIB_UDPTABLE;
#ifdef __cplusplus
}
#endif
#endif /* _IPRTRMIB_H_ */