Update GetCurrentDirectoryW.c

This commit is contained in:
vxunderground 2021-05-28 12:38:12 -05:00 committed by GitHub
parent 62006c0dba
commit 182b679a4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ PWCHAR StringCopyW(PWCHAR String1, PWCHAR String2)
return String1;
}
#define WT_MAX_PATH (MAX_PATH * sizeof(WCHAR))
INT main(VOID)
{
PPEB Peb;