Added support for MinGW32 - to be working with qticsneo

This commit is contained in:
Tomasz Ziobrowski
2021-06-15 20:15:08 +02:00
parent 3cff831c6b
commit af2c30885b
4 changed files with 41 additions and 37 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#include "icsneo/api/eventmanager.h"
#include "icsneo/communication/ethernetpacketizer.h"
#include <string>
#include <vector>
namespace icsneo {
class PCAP : public Driver {
@@ -59,7 +59,7 @@ private:
pcap_stat stats;
};
static std::vector<NetworkInterface> knownInterfaces;
NetworkInterface interface;
NetworkInterface interfacevar;
};
}