VirtualBox

Ignore:
Timestamp:
Jul 5, 2007 1:02:55 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22675
Message:

Some logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/glwindrv.cpp

    r3460 r3463  
    419419bool vboxDrvIsExtensionAvailable(char *pszExtFunctionName)
    420420{
     421    Log(("vboxDrvIsExtensionAvailable %s -> %d\n", pszExtFunctionName, !!wglGetProcAddress(pszExtFunctionName)));
    421422    return !!wglGetProcAddress(pszExtFunctionName);
    422423}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette