VirtualBox

Changeset 2710 in kBuild


Ignore:
Timestamp:
Nov 21, 2013 2:40:10 PM (11 years ago)
Author:
bird
Message:

nt*.c: sprinkled a few more birdResolveImports() around the place, making sure I've got all code paths covered.

Location:
trunk/src/lib/nt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlpfs.c

    r2704 r2710  
    8585    MY_ANSI_STRING      Src;
    8686
     87    birdResolveImports();
     88
    8789    pNtPath->Length = pNtPath->MaximumLength = 0;
    8890    pNtPath->Buffer = NULL;
     
    133135    MY_OBJECT_ATTRIBUTES    ObjAttr;
    134136    MY_NTSTATUS             rcNt;
     137
     138    birdResolveImports();
    135139
    136140    if (  (fCreateOptions & FILE_OPEN_REPARSE_POINT)
     
    187191    MY_NTSTATUS         rcNt;
    188192
    189     birdResolveImports();
    190 
    191193    /*
    192194     * Adjust inputs.
     
    223225    MY_UNICODE_STRING   NtPath;
    224226    MY_NTSTATUS         rcNt;
    225 
    226     birdResolveImports();
    227227
    228228    /*
  • trunk/src/lib/nt/ntstat.c

    r2708 r2710  
    471471    {
    472472        DWORD fFileType;
     473
     474        birdResolveImports();
    473475
    474476        SetLastError(NO_ERROR);
Note: See TracChangeset for help on using the changeset viewer.

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