From decfd9cd033946bcb5db0a7a40e79233f643fb32 Mon Sep 17 00:00:00 2001 From: Gerhard Kitzler Date: Wed, 3 Sep 2014 09:10:17 +0000 Subject: [PATCH] removed Ng_PrintDest on windows machines --- ng/ngpkg.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ng/ngpkg.cpp b/ng/ngpkg.cpp index cbb5f0c9..d1b7cc9b 100644 --- a/ng/ngpkg.cpp +++ b/ng/ngpkg.cpp @@ -133,7 +133,8 @@ namespace netgen #ifndef SMALLLIB - // Destination for messages, errors, ... +// // Destination for messages, errors, ... +#ifndef WIN32 DLL_HEADER void Ng_PrintDest(const char * s) { /* @@ -156,7 +157,7 @@ namespace netgen (*mycout) << "p" << id << ": " << s << flush ; */ } - +#endif DLL_HEADER void MyError2(const char * ch) { cout << ch;