VirtualBox

Changeset 2848 in kBuild for trunk/src/kmk/w32


Ignore:
Timestamp:
Aug 30, 2016 2:23:59 PM (9 years ago)
Author:
bird
Message:

nt_fullepath: cache results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/w32/pathstuff.c

    r2592 r2848  
    9494
    9595#if 1 /* bird */
    96 extern void nt_fullpath(const char *pszPath, char *pszFull, size_t cchFull);
     96extern void nt_fullpath_cached(const char *pszPath, char *pszFull, size_t cchFull);
    9797#endif
    9898
     
    108108#if 1 /* bird */
    109109    if (resolve) {
    110         nt_fullpath(filename, w32_path, sizeof(w32_path));
     110        nt_fullpath_cached(filename, w32_path, sizeof(w32_path));
    111111    } else {
    112112        w32_path[0] = '\0';
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette