VirtualBox

Changeset 76315 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Dec 20, 2018 2:22:40 PM (6 years ago)
Author:
vboxsync
Message:

DevVGA-SVGA3d-glLdr.h: Temporary hack for system glext.h using different header guard macro and defining GL_GLEXT_VERSION differently.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-glLdr.h

    r76270 r76315  
    6161#endif
    6262
     63#ifndef __glext_h__
     64# undef GL_GLEXT_VERSION    /** @todo r=bird: We include GL/glext.h above which also defines this and we'll end up with
     65                             * a clash if the system one does not use the same header guard as ours.  So, I'm wondering
     66                             * whether this include is really needed, and if it is, whether we should use a unique header
     67                             * guard macro on it, so we'll have the same problems everywhere... */
     68#endif
    6369#include "vmsvga_glext/glext.h"
    6470
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette