Searched defs:DLL_SUFFIX (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/ |
H A D | spuload.c | 23 #define DLL_SUFFIX "-x86.dll" macro 25 #define DLL_SUFFIX ".dll" macro 30 #define DLL_SUFFIX ".dylib" macro 33 #define DLL_SUFFIX ".bundle" 38 #define DLL_SUFFIX ".o" macro 41 #define DLL_SUFFIX ".so" macro 58 sprintf ( path, "%s/%s%sspu%s", szSharedLibPath, DLL_PREFIX, name, DLL_SUFFIX ); 62 snprintf ( path, sizeof(path), "%s%sspu%s", DLL_PREFIX, name, DLL_SUFFIX ); 64 sprintf ( path, "%s%sspu%s", DLL_PREFIX, name, DLL_SUFFIX ); 70 snprintf ( path, sizeof(path), "%s/%s%sspu%s", dir, DLL_PREFIX, name, DLL_SUFFIX ); [all...] |
Completed in 320 milliseconds