mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
Function renames, code base refactor
Some function names renamed to avoid confusion, some function annotations added.
This commit is contained in:
@@ -10,7 +10,7 @@ UINT32 HashStringRotr32SubA(UINT32 Value, UINT Count)
|
||||
#pragma warning( pop )
|
||||
}
|
||||
|
||||
INT HashStringRotr32A(PCHAR String)
|
||||
INT HashStringRotr32A(_In_ PCHAR String)
|
||||
{
|
||||
INT Value = 0;
|
||||
|
||||
@@ -30,7 +30,7 @@ UINT32 HashStringRotr32SubW(UINT32 Value, UINT Count)
|
||||
#pragma warning( pop )
|
||||
}
|
||||
|
||||
INT HashStringRotr32W(PWCHAR String)
|
||||
INT HashStringRotr32W(_In_ PWCHAR String)
|
||||
{
|
||||
INT Value = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user