Changeset 63203 in vbox for trunk/src/VBox/GuestHost/OpenGL/include
- Timestamp:
- Aug 9, 2016 1:32:18 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/include/chromium.h
r63199 r63203 65 65 #ifndef WINDOWS 66 66 # ifndef RT_OS_WINDOWS /* If we don't need it in ring-3, we probably not need it in ring-0 either (triggers warnings). */ 67 # if 1 67 # include <iprt/cdefs.h> 68 # if RT_GNUC_PREREQ(4, 6) 68 69 # pragma GCC diagnostic push 70 # endif 71 # if RT_GNUC_PREREQ(4, 2) 69 72 # pragma GCC diagnostic ignored "-Wstrict-prototypes" 70 73 # endif 71 # include <GL/glu.h>72 # if 174 # include <GL/glu.h> 75 # if RT_GNUC_PREREQ(4, 6) 73 76 # pragma GCC diagnostic pop 74 77 # endif
Note:
See TracChangeset
for help on using the changeset viewer.