From 8d2b8b087ea080081847999a09f4d354822b80ba Mon Sep 17 00:00:00 2001 From: Michael Zillgith Date: Fri, 4 Aug 2017 17:49:47 +0200 Subject: [PATCH] - fixed problem with windows def file when winpcap not present --- src/vs/libiec61850-wo-goose.def | 3 +-- third_party/winpcap/README | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 third_party/winpcap/README diff --git a/src/vs/libiec61850-wo-goose.def b/src/vs/libiec61850-wo-goose.def index f7388f52..c3a28922 100644 --- a/src/vs/libiec61850-wo-goose.def +++ b/src/vs/libiec61850-wo-goose.def @@ -568,6 +568,5 @@ EXPORTS MmsConnection_setFilestoreBasepath IedConnection_setFilestoreBasepath IedServer_setFilestoreBasepath - GooseReceiver_isRunning IedModel_getDeviceByInst - \ No newline at end of file + diff --git a/third_party/winpcap/README b/third_party/winpcap/README deleted file mode 100644 index 9050673d..00000000 --- a/third_party/winpcap/README +++ /dev/null @@ -1,2 +0,0 @@ -For GOOSE support add winpcap source and headers here. Rerun cmake to configure the build system for GOOSE support. -