diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:58:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-10-12 04:58:19 +0000 |
commit | 6a2753b940fb71400b6b4db0d2304804dabfb1dc (patch) | |
tree | 0055682f29cef5cc8cf94d540890c2adb1c2ac04 /emulators/mupen64-glide/files/extra-patch-main.h | |
parent | 66bef42e6b828d3fe36ce421f466fcc6ac224004 (diff) | |
download | ports-6a2753b940fb71400b6b4db0d2304804dabfb1dc.tar.gz ports-6a2753b940fb71400b6b4db0d2304804dabfb1dc.zip |
Notes
Diffstat (limited to 'emulators/mupen64-glide/files/extra-patch-main.h')
-rw-r--r-- | emulators/mupen64-glide/files/extra-patch-main.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/emulators/mupen64-glide/files/extra-patch-main.h b/emulators/mupen64-glide/files/extra-patch-main.h new file mode 100644 index 000000000000..aefbaa4f1fd0 --- /dev/null +++ b/emulators/mupen64-glide/files/extra-patch-main.h @@ -0,0 +1,13 @@ +--- wrapper/main.h.orig Sun Jun 20 21:08:48 2004 ++++ wrapper/main.h Fri Aug 13 21:17:22 2004 +@@ -16,8 +16,10 @@ + void updateCombinera(int i);
+
+ //#ifdef _WIN32
++#ifndef __FreeBSD__
+ extern PFNGLACTIVETEXTUREARBPROC glActiveTextureARB;
+ extern PFNGLMULTITEXCOORD2FARBPROC glMultiTexCoord2fARB;
++#endif
+ extern PFNGLBLENDFUNCSEPARATEEXTPROC glBlendFuncSeparateEXT;
+ extern PFNGLFOGCOORDFPROC glFogCoordfEXT;
+ //#endif // _WIN32
|