From 414b84c794772770be1f2d18371be6d43861fb4d Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 26 Mar 2007 13:34:40 +0000 Subject: INTEGRATION: CWS mingwport03 (1.4.26); FILE MERGED 2006/09/07 15:05:28 vg 1.4.26.1: #i53572# MinGW port --- basic/source/sbx/sbxdec.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'basic') diff --git a/basic/source/sbx/sbxdec.hxx b/basic/source/sbx/sbxdec.hxx index 66ceb5ac6a4f..29438bfd15c8 100644 --- a/basic/source/sbx/sbxdec.hxx +++ b/basic/source/sbx/sbxdec.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sbxdec.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:50:12 $ + * last change: $Author: vg $ $Date: 2007-03-26 14:34:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,9 @@ #include } // close extern "C" { +#ifndef __MINGW32__ #include +#endif #include extern "C" { // reopen extern "C" { -- cgit