2025-04-27 07:49:33 -04:00

19 lines
299 B
C

#ifndef _BESTINTF
#define _BESTINTF
#include <iphlpapi.h>
#include <winsock2.h>
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
DWORD NMINTERNAL NMGetBestInterface ( SOCKADDR_IN* srem, SOCKADDR_IN* sloc );
#ifdef __cplusplus
}
#endif // __cplusplus
#endif // _BESTINTF