Changeset 76315 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 20, 2018 2:22:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-glLdr.h
r76270 r76315 61 61 #endif 62 62 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 63 69 #include "vmsvga_glext/glext.h" 64 70
Note:
See TracChangeset
for help on using the changeset viewer.