Kaydet (Commit) ce1cce54 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

At least Mac OS X SDK 10.7 does not need that

(causes -Werror,-Wunused-macros, rather)

Change-Id: Ic8449c7794739033ddf1f6227f025ce4a0c899d0
üst 6310424a
...@@ -26,7 +26,11 @@ ...@@ -26,7 +26,11 @@
* *
************************************************************************/ ************************************************************************/
#include "sal/config.h"
#if MACOSX_SDK_VERSION < 1070
#define GLX_GLXEXT_PROTOTYPES 1 #define GLX_GLXEXT_PROTOTYPES 1
#endif
#include "OGLTrans_TransitionImpl.hxx" #include "OGLTrans_TransitionImpl.hxx"
#include <com/sun/star/beans/XFastPropertySet.hpp> #include <com/sun/star/beans/XFastPropertySet.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment