| msi.h (5.0.9600.17415-Windows 8.1) | | msi.h (5.0.10586.212-Windows 10 1511 10586.494) |
| | |
| skipping to change at line 50 | | skipping to change at line 50 |
| #endif | | #endif |
| #ifndef NTDDI_WIN7 | | #ifndef NTDDI_WIN7 |
| #define NTDDI_WIN7 0x06010000 | | #define NTDDI_WIN7 0x06010000 |
| #endif | | #endif |
| #ifndef NTDDI_WIN8 | | #ifndef NTDDI_WIN8 |
| #define NTDDI_WIN8 0x06020000 | | #define NTDDI_WIN8 0x06020000 |
| #endif | | #endif |
| #ifndef NTDDI_WINBLUE | | #ifndef NTDDI_WINBLUE |
| #define NTDDI_WINBLUE 0x06030000 | | #define NTDDI_WINBLUE 0x06030000 |
| #endif | | #endif |
|
| | #ifndef NTDDI_WINTHRESHOLD |
| | #define NTDDI_WINTHRESHOLD 0x06040000 |
| | #endif |
| | |
| #ifndef _WIN32_MSI | | #ifndef _WIN32_MSI |
| #if (_WIN32_WINNT >= 0x0601 || (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI
_WIN7)) | | #if (_WIN32_WINNT >= 0x0601 || (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI
_WIN7)) |
| #define _WIN32_MSI 500 | | #define _WIN32_MSI 500 |
| #elif (_WIN32_WINNT >= 0x0501 || (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTD
DI_WINXP)) | | #elif (_WIN32_WINNT >= 0x0501 || (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTD
DI_WINXP)) |
| #if (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_VISTASP1) | | #if (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_VISTASP1) |
| #define _WIN32_MSI 450 | | #define _WIN32_MSI 450 |
| #elif (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_VISTA) | | #elif (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_VISTA) |
| #define _WIN32_MSI 400 | | #define _WIN32_MSI 400 |
| #elif (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_WS03SP1) | | #elif (defined(NTDDI_VERSION) && NTDDI_VERSION >= NTDDI_WS03SP1) |
| | |
| End of changes. 1 change blocks. |
| 0 lines changed or deleted | | 3 lines changed or added |
|