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

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c1113 static FindNextFileWFn findNextFileW = NULL; variable
1136 findNextFileW = (FindNextFileWFn)GetProcAddress(module, "FindNextFileW");
1264 if (!findNextFileW) {
1275 rv = findNextFileW(d->d_hdl, &(d->d_entry));

Completed in 51 milliseconds