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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Dconfig.c52 static char *dlldir; variable
236 return dlldir;
388 if (libdir) dlldir = build_path( libdir, LIB_TO_DLLDIR );
389 else if (bindir) dlldir = build_path( bindir, BIN_TO_DLLDIR );
H A Dloader.c109 const char *dlldir = get_dlldir( &default_dlldir ); local
128 if (dlldir)
130 dll_path_maxlen = strlen(dlldir);
131 dll_paths[nb_dll_paths++] = dlldir;

Completed in 879 milliseconds