windows-nt/Source/XPSP1/NT/windows/appcompat/checkacversion/buildno.h

8 lines
218 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// 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}"