diff options
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
|