From 974659099880e9ac97121b5d4567dba7210d3246 Mon Sep 17 00:00:00 2001 From: Mathieu Deltorre <mathieu.deltorre@c-s.fr> Date: Tue, 13 May 2008 16:09:26 +0000 Subject: [PATCH] *correction manque #endif --- Code/Visu/otbGluPolygonDrawingHelper.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Code/Visu/otbGluPolygonDrawingHelper.cxx b/Code/Visu/otbGluPolygonDrawingHelper.cxx index 5e7134044d..07800da02e 100644 --- a/Code/Visu/otbGluPolygonDrawingHelper.cxx +++ b/Code/Visu/otbGluPolygonDrawingHelper.cxx @@ -28,8 +28,9 @@ PURPOSE. See the above copyright notices for more information. #ifndef CALLBACK #if defined(__CYGWIN__) #define CALLBACK __stdcall - #else + #else #define CALLBACK + #endif #endif extern "C" -- GitLab