From b4294caefa5f750484864dc8ba5a88406a2359c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Wed, 23 May 2018 21:20:23 +0200 Subject: [PATCH] EXTERN Togl_PixelScale --- ng/ngpkg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng/ngpkg.cpp b/ng/ngpkg.cpp index 647bd0c9..896344df 100644 --- a/ng/ngpkg.cpp +++ b/ng/ngpkg.cpp @@ -25,7 +25,7 @@ The interface between the GUI and the netgen library // to be sure to include the 'right' togl-version #include "Togl2.1/togl.h" -extern "C" int Togl_PixelScale (const Togl * togl); +EXTERN int Togl_PixelScale (const Togl * togl); #include "fonts.hpp"