From a1fb215b39535805aa19608185d5e52c0f524b42 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 18 Oct 2009 19:53:53 +0000 Subject: bye gridflow 0.9.4 svn path=/trunk/; revision=12610 --- externals/gridflow/bundled/Base/GemExportDef.h | 40 -------------------------- 1 file changed, 40 deletions(-) delete mode 100644 externals/gridflow/bundled/Base/GemExportDef.h (limited to 'externals/gridflow/bundled/Base/GemExportDef.h') diff --git a/externals/gridflow/bundled/Base/GemExportDef.h b/externals/gridflow/bundled/Base/GemExportDef.h deleted file mode 100644 index 26b07655..00000000 --- a/externals/gridflow/bundled/Base/GemExportDef.h +++ /dev/null @@ -1,40 +0,0 @@ -/*----------------------------------------------------------------- -LOG - GEM - Graphics Environment for Multimedia - - Export crap - - Copyright (c) 1997-1999 Mark Danks. mark@danks.org - Copyright (c) Günther Geiger. geiger@epy.co.at - Copyright (c) 2001-2002 IOhannes m zmoelnig. forum::für::umläute. IEM. zmoelnig@iem.kug.ac.at - For information on usage and redistribution, and for a DISCLAIMER OF ALL - WARRANTIES, see the file, "GEM.LICENSE.TERMS" in this distribution. - ------------------------------------------------------------------*/ - -#ifndef INCLUDE_GEMEXPORTDEF_H_ -#define INCLUDE_GEMEXPORTDEF_H_ - -#ifdef _MSC_VER - -/* turn of some warnings on vc-compilers */ -# pragma warning( disable : 4244 ) -# pragma warning( disable : 4305 ) -# pragma warning( disable : 4091 ) -// "switch" without "case" (just "default") -# pragma warning( disable : 4065 ) - -// Windows requires explicit import and exporting of functions and classes. -// While this is a pain to do sometimes, in large software development -// projects, it is very usefull. -#ifdef GEM_INTERNAL // GEM exporting things -#define GEM_EXTERN __declspec(dllexport) -#else // other's importing -#define GEM_EXTERN __declspec(dllimport) -#endif // for GEM_INTERNAL - -#else // other OS's -#define GEM_EXTERN -#endif - -#endif // for header file -- cgit v1.2.1