Changeset 2710 in kBuild
- Timestamp:
- Nov 21, 2013 2:40:10 PM (11 years ago)
- Location:
- trunk/src/lib/nt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/nthlpfs.c
r2704 r2710 85 85 MY_ANSI_STRING Src; 86 86 87 birdResolveImports(); 88 87 89 pNtPath->Length = pNtPath->MaximumLength = 0; 88 90 pNtPath->Buffer = NULL; … … 133 135 MY_OBJECT_ATTRIBUTES ObjAttr; 134 136 MY_NTSTATUS rcNt; 137 138 birdResolveImports(); 135 139 136 140 if ( (fCreateOptions & FILE_OPEN_REPARSE_POINT) … … 187 191 MY_NTSTATUS rcNt; 188 192 189 birdResolveImports();190 191 193 /* 192 194 * Adjust inputs. … … 223 225 MY_UNICODE_STRING NtPath; 224 226 MY_NTSTATUS rcNt; 225 226 birdResolveImports();227 227 228 228 /* -
trunk/src/lib/nt/ntstat.c
r2708 r2710 471 471 { 472 472 DWORD fFileType; 473 474 birdResolveImports(); 473 475 474 476 SetLastError(NO_ERROR);
Note:
See TracChangeset
for help on using the changeset viewer.