windows-nt/Source/XPSP1/NT/windows/appcompat/checkacversion/buildno.h
2020-09-26 16:20:57 +08:00

8 lines
218 B
C

// This will end up being OSMaj,OSMin,0,AC_BUILD
// So if AC_BUILD is 1 and the OS is 5.1 (XP), the final version will 5,1,0,1
#pragma once
#define AC_BUILD 1
#define AC_GUID "{2eac6a2d-57a8-44d4-96f7-e32bab40ca5f}"