Function renames, code base refactor

Some function names renamed to avoid confusion, some function annotations added.
This commit is contained in:
vxunderground
2022-09-13 06:16:55 -05:00
parent 9b1bf61fb5
commit f0b5d2bd5d
30 changed files with 95 additions and 94 deletions
+2 -2
View File
@@ -88,7 +88,7 @@ EXIT_ROUTINE:
if (Result != S_OK)
dwError = Win32FromHResult(Result);
else
dwError = GetLastErrorEx();
dwError = GetLastErrorFromTeb();
}
if (Urlmon)
@@ -185,7 +185,7 @@ EXIT_ROUTINE:
if (Result != S_OK)
dwError = Win32FromHResult(Result);
else
dwError = GetLastErrorEx();
dwError = GetLastErrorFromTeb();
}
if (Urlmon)