- Timestamp:
- Jul 9, 2007 4:23:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/OpenGL/glext.cpp
r3513 r3514 72 72 73 73 if (OpenGLExtensions[i].fAvailable) 74 { 74 75 strcat(szOpenGLExtensions, OpenGLExtensions[i].pszExtName); 76 strcat(szOpenGLExtensions, " "); 77 } 75 78 } 76 79
Note:
See TracChangeset
for help on using the changeset viewer.