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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/switcher/
H A Dsw_common.c123 const char *dllName; local
127 dllName = vboxName;
129 dllName = msName;
131 hDLL = loadSystemDll(dllName);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/switcher/
H A Dsw_common.c123 const char *dllName; local
127 dllName = vboxName;
129 dllName = msName;
131 hDLL = loadSystemDll(dllName);

Completed in 1241 milliseconds