Changeset 66051 in vbox
- Timestamp:
- Mar 10, 2017 7:08:58 PM (8 years ago)
- Location:
- trunk/src/VBox/GuestHost/OpenGL
- Files:
-
- 2 edited
-
spu_loader/spuload.c (modified) (1 diff)
-
util/dll.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/spu_loader/spuload.c
r62167 r66051 97 97 path = __findDLL( name, dir ); 98 98 the_spu->dll = crDLLOpen( path, 0/*resolveGlobal*/ ); 99 if (the_spu->dll == NULL) 100 { 101 crError("Couldn't load the DLL \"%s\"!\n", path); 102 crFree(the_spu); 103 return NULL; 104 } 99 105 #if defined(DEBUG_misha) && defined(RT_OS_WINDOWS) 100 106 crDbgCmdSymLoadPrint(path, the_spu->dll->hinstLib); -
trunk/src/VBox/GuestHost/OpenGL/util/dll.c
r63199 r66051 291 291 } 292 292 crError( "DLL Loader couldn't find/open %s", dllname ); 293 crFree(dll); 294 dll = NULL; 293 295 } 294 296 return dll;
Note:
See TracChangeset
for help on using the changeset viewer.

