Changeset 3470 in vbox for trunk/src/VBox
- Timestamp:
- Jul 5, 2007 2:31:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/glext.cpp
r3469 r3470 66 66 && !strcmp(OpenGLExtensions[i].pszExtFunctionName, pszFunctionName)) 67 67 { 68 Log(("vboxwglGetProcAddress: found %s\n", pszFunctionName)); 68 69 return true; 69 70 } 70 71 } 71 72 Log(("vboxwglGetProcAddress: didn't find %s\n", pszFunctionName)); 72 73 return false; 73 74 }
Note:
See TracChangeset
for help on using the changeset viewer.