mirror of
https://github.com/Silicondust/libhdhomerun
synced 2025-08-20 21:43:27 -07:00
dummy impl of hdhomerun_local_ip_info for winrt
This commit is contained in:
parent
e8f1723f73
commit
79be355cc7
1 changed files with 6 additions and 1 deletions
|
@ -27,7 +27,12 @@ struct hdhomerun_sock_t {
|
|||
long events_selected;
|
||||
};
|
||||
|
||||
#if !defined(_WINRT)
|
||||
#if defined(_WINRT)
|
||||
int hdhomerun_local_ip_info(struct hdhomerun_local_ip_info_t ip_info_list[], int max_count)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#else
|
||||
int hdhomerun_local_ip_info(struct hdhomerun_local_ip_info_t ip_info_list[], int max_count)
|
||||
{
|
||||
PIP_ADAPTER_INFO AdapterInfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue