- Update NDK with proper (when possible) RTL structure names that were previously "under review".

- Update relevant source files to new names.

svn path=/trunk/; revision=19375
This commit is contained in:
Alex Ionescu 2005-11-20 17:16:11 +00:00
parent 9acc2d9d19
commit ada897443b
9 changed files with 140 additions and 131 deletions

View file

@ -498,7 +498,7 @@ static ULONG get_full_path_helper(
ULONG size)
{
ULONG reqsize = 0, mark = 0, dep = 0, deplen;
DOS_PATHNAME_TYPE type;
RTL_PATH_TYPE type;
LPWSTR ins_str = NULL;
LPCWSTR ptr;
const UNICODE_STRING* cd;