Update GetCurrentDirectoryAltA.c

This commit is contained in:
vxunderground 2021-06-03 22:40:28 -05:00 committed by GitHub
parent 81ad39674c
commit 8c82b85a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,8 @@ smelly__vx | June 3rd, 2021
*/
#define ERROR_FAILURE_RETURN 0
DWORD GetCurrentDirectoryAltA(DWORD nBufferLength, PCHAR lpBuffer)
{
PPEB Peb = (PPEB)GetPeb();