mirror of
https://github.com/vxunderground/VX-API
synced 2026-06-06 16:54:55 +00:00
2742be2f3c
Annotations and function renames
6 lines
100 B
C++
6 lines
100 B
C++
#include "Win32Helper.h"
|
|
|
|
ULONG GetOsMinorVersionFromPeb(VOID)
|
|
{
|
|
return GetPeb()->OSMinorVersion;
|
|
} |