mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
218 B
7 lines
218 B
// 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}"
|
|
|