| dsparse.h (6.3.9600.17415-Windows 8.1) | | dsparse.h (10.0.10586.0-Windows 10 1511 10586.494) |
| | |
| skipping to change at line 30 | | skipping to change at line 30 |
| --*/ | | --*/ |
| | |
| #ifndef _DSPARSE_H_ | | #ifndef _DSPARSE_H_ |
| #define _DSPARSE_H_ | | #define _DSPARSE_H_ |
| | |
| #if _MSC_VER > 1000 | | #if _MSC_VER > 1000 |
| #pragma once | | #pragma once |
| #endif | | #endif |
| #include <winapifamily.h> | | #include <winapifamily.h> |
| | |
|
| #pragma region Desktop Family | | #pragma region Desktop Familyy or OneCore Family |
| #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) | | #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SYSTEM) |
| | |
| #include <schedule.h> | | #include <schedule.h> |
| | |
| #define DSPARSE | | #define DSPARSE |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" { | | extern "C" { |
| #endif | | #endif |
| | |
| typedef enum _DS_MANGLE_FOR { | | typedef enum _DS_MANGLE_FOR { |
| | |
| skipping to change at line 810 | | skipping to change at line 810 |
| #define DsCrackSpn2 DsCrackSpn2W | | #define DsCrackSpn2 DsCrackSpn2W |
| #else | | #else |
| #define DsCrackSpn2 DsCrackSpn2A | | #define DsCrackSpn2 DsCrackSpn2A |
| #endif | | #endif |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif | | #endif |
| #endif !MIDL_PASS | | #endif !MIDL_PASS |
| | |
|
| #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ | | #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP | WINAPI_PARTITION_SY
STEM) */ |
| #pragma endregion | | #pragma endregion |
| | |
| #endif // _DSPARSE_H_ | | #endif // _DSPARSE_H_ |
| | |
| End of changes. 2 change blocks. |
| 3 lines changed or deleted | | 3 lines changed or added |
|