File npth-1.6-def.patch of Package mingw64-npth
diff -urEbwB npth-1.6/w32/npth.def npth-1.6/w32/npth.def
--- npth-1.6/w32/npth.def 2018-07-16 09:15:59.000000000 +0200
+++ npth-1.6/w32/npth.def 2018-09-03 13:54:25.248937700 +0200
@@ -1,23 +1,4 @@
; npth.def - List of symbols to export.
-; Copyright (C) 2011 g10 Code GmbH
-;
-; This file is part of NPTH.
-;
-; NPTH is free software; you can redistribute it and/or modify
-; it under the terms of the GNU Lesser General Public License as
-; published by the Free Software Foundation; either version 2.1 of
-; the License, or (at your option) any later version.
-;
-; NPTH is distributed in the hope that it will be useful, but
-; WITHOUT ANY WARRANTY; without even the implied warranty of
-; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
-; the GNU Lesser General Public License for more details.
-;
-; You should have received a copy of the GNU Lesser General Public
-; License along with this program; if not, see <https://www.gnu.org/licenses/>.
-
-
-EXPORTS
npth_init @1
npth_attr_init @2
npth_attr_destroy @3
@@ -79,5 +60,3 @@
npth_unprotect @59
npth_protect @60
npth_is_protected @61
-
-; END