- Timestamp:
- Aug 26, 2013 10:59:47 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/crOpenGL/windows_getprocaddress.py
r43647 r48058 144 144 if (!crStrcmp( name, "wglSwapIntervalEXT" )) return (CR_PROC) wglSwapIntervalEXT; 145 145 146 cr Warning("Returning GetProcAddress:NULL for %s", name);146 crDebug("Returning GetProcAddress:NULL for %s", name); 147 147 return NULL; 148 148 }
Note:
See TracChangeset
for help on using the changeset viewer.