From a0050bc8db9ded28f5cc785fd6ebb1b63bfcc41c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 5 Jul 2006 08:59:23 +0000 Subject: [PATCH] From Markus Trenkwalder, "Mingws gcc includes a file called types.h which in turn defines _TYPES_H_. types.h in the directx plugin defines the same include guard. I've renamed the guard name in this file to _DX_TYPES_H_. Now the plugin compile in mingw too." --- src/osgPlugins/directx/types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osgPlugins/directx/types.h b/src/osgPlugins/directx/types.h index e91716216..c01b7175d 100644 --- a/src/osgPlugins/directx/types.h +++ b/src/osgPlugins/directx/types.h @@ -21,8 +21,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef _TYPES_H_ -#define _TYPES_H_ +#ifndef _DX_TYPES_H_ +#define _DX_TYPES_H_ #include #include