Finished downgrade to Cg 2.0.0016

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2519 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2009-03-02 09:43:37 +00:00
parent 76cbdf8694
commit 63590b8879
9 changed files with 30 additions and 20 deletions

14
Externals/Cg/cgGL.h vendored
View File

@ -1,6 +1,6 @@
/*
*
* Copyright (c) 2002-2007, NVIDIA Corporation.
* Copyright (c) 2002-2008, NVIDIA Corporation.
*
*
*
@ -71,13 +71,15 @@
/* Set up for either Win32 import/export/lib. */
#ifndef CGGL_API
# ifdef _WIN32
# ifdef CGGL_EXPORTS
# ifdef CGGL_EXPORTS
# ifdef _WIN32
# define CGGL_API __declspec(dllexport)
# elif defined (CG_LIB)
# define CGGL_API
# elif defined(__GNUC__) && __GNUC__>=4
# define CGGL_API __attribute__ ((visibility("default")))
# elif defined(__SUNPRO_C) || defined(__SUNPRO_CC)
# define CGGL_API __global
# else
# define CGGL_API __declspec(dllimport)
# define CGGL_API
# endif
# else
# define CGGL_API