Changeset 76520 in vbox for trunk/src/VBox/Devices/Graphics/vmsvga_glext
- Timestamp:
- Dec 30, 2018 5:39:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127821
- Location:
- trunk/src/VBox/Devices/Graphics/vmsvga_glext
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/vmsvga_glext/glext.h
r52970 r76520 1 1 2 #ifndef __glext_h_ 2 3 #define __glext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/glxext.h
r52970 r76520 1 1 2 #ifndef __glxext_h_ 2 3 #define __glxext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus -
trunk/src/VBox/Devices/Graphics/vmsvga_glext/wglext.h
r52970 r76520 1 1 2 #ifndef __wglext_h_ 2 3 #define __wglext_h_ 4 #ifndef RT_WITHOUT_PRAGMA_ONCE 5 # pragma once 6 #endif 3 7 4 8 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.