Changeset 66051 in vbox for trunk/src/VBox/GuestHost/OpenGL/spu_loader/spuload.c
- Timestamp:
- Mar 10, 2017 7:08:58 PM (8 years ago)
- File:
-
- 1 edited
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);
Note:
See TracChangeset
for help on using the changeset viewer.