Searched defs:DYNLIB_NAME (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPIGlue.c53 # define DYNLIB_NAME "VBoxXPCOMC.so" macro
55 # define DYNLIB_NAME "VBoxXPCOMC.dylib" macro
57 # define DYNLIB_NAME "VBoxXPCOMC.dll" macro
59 # define DYNLIB_NAME "VBoxCAPI.dll" macro
135 cbBufNeeded = cchHome + sizeof("/" DYNLIB_NAME);
148 memcpy(&szName[cchHome], DYNLIB_NAME, sizeof(DYNLIB_NAME));

Completed in 41 milliseconds