[SHELL32] SHChangeNotify: Add drive, remove drive (#6782)
[reactos.git] / sdk / include / reactos / buildno.h.cmake
1 /* Do not edit - Machine generated */
2 #ifndef _INC_REACTOS_BUILDNO
3 #define _INC_REACTOS_BUILDNO
4
5 #define KERNEL_VERSION_BUILD @KERNEL_VERSION_BUILD@
6 #define KERNEL_VERSION_BUILD_STR "@KERNEL_VERSION_BUILD@-@REVISION@"
7 #define KERNEL_VERSION_BUILD_RC "@KERNEL_VERSION_BUILD@-@REVISION@\0"
8
9 #define KERNEL_VERSION_RC "@KERNEL_VERSION@\0"
10 #define KERNEL_VERSION_STR "@KERNEL_VERSION@"
11
12 #define KERNEL_VERSION_REVISION_RC "@REVISION@\0"
13 #define KERNEL_VERSION_REVISION_STR "@REVISION@"
14
15 #define KERNEL_VERSION_COMMIT_HASH "@COMMIT_HASH@"
16
17 #define REACTOS_DLL_VERSION_MAJOR @REACTOS_DLL_VERSION_MAJOR@
18 #define REACTOS_DLL_VERSION_RC "@DLL_VERSION_STR@\0"
19 #define REACTOS_DLL_VERSION_STR "@DLL_VERSION_STR@"
20
21 #define REACTOS_COMPILER_NAME "@CMAKE_C_COMPILER_ID@"
22 #define REACTOS_COMPILER_VERSION "@CMAKE_C_COMPILER_VERSION@"
23
24 #endif
25 /* EOF */