Windows: Fix build without libpcap

wireshark\capture\capture-wpcap.c:901:42: error: expected ';', ',' or ')' before '_U_'
 get_runtime_caplibs_version(GString *str _U_)
                                          ^~~
This commit is contained in:
João Valverde 2021-09-23 10:26:59 +01:00
parent 624ed977cb
commit 443f05bc92
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@
#include <stdio.h>
#include <glib.h>
#include <ws_attributes.h>
#include "capture/capture-wpcap.h"
gboolean has_wpcap = FALSE;