| fontsub.h (6.1.7601.19146-Windows_7.0) | | fontsub.h (6.3.9600.17415-Windows_8.1) |
| /************************************************************************* | | /************************************************************************* |
| * * | | * * |
| * fontsub.h -- font subsetting services (fontsub.dll) * | | * fontsub.h -- font subsetting services (fontsub.dll) * |
| * * | | * * |
| * (c) Microsoft Corporation. All Rights Reserved. * | | * (c) Microsoft Corporation. All Rights Reserved. * |
| * * | | * * |
| *************************************************************************/ | | *************************************************************************/ |
| | |
| #ifndef FONTSUB_DOT_H_DEFINED | | #ifndef FONTSUB_DOT_H_DEFINED |
| #define FONTSUB_DOT_H_DEFINED | | #define FONTSUB_DOT_H_DEFINED |
|
| | #include <winapifamily.h> |
| | |
| | #pragma region Desktop Family |
| | #if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| extern "C" { | | extern "C" { |
| #endif | | #endif |
| | |
| #ifndef CONST | | #ifndef CONST |
| #define CONST const | | #define CONST const |
| #endif | | #endif |
| | |
| typedef void *(__cdecl *CFP_ALLOCPROC)(size_t); | | typedef void *(__cdecl *CFP_ALLOCPROC)(size_t); |
| | |
| skipping to change at line 176 | | skipping to change at line 180 |
| #define ERR_PARAMETER13 1113 /* calling function argument 13 is invalid */ | | #define ERR_PARAMETER13 1113 /* calling function argument 13 is invalid */ |
| #define ERR_PARAMETER14 1114 /* calling function argument 14 is invalid */ | | #define ERR_PARAMETER14 1114 /* calling function argument 14 is invalid */ |
| #define ERR_PARAMETER15 1115 /* calling function argument 15 is invalid */ | | #define ERR_PARAMETER15 1115 /* calling function argument 15 is invalid */ |
| #define ERR_PARAMETER16 1116 /* calling function argument 16 is invalid */ | | #define ERR_PARAMETER16 1116 /* calling function argument 16 is invalid */ |
| #endif /* ERR_GENERIC */ | | #endif /* ERR_GENERIC */ |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif | | #endif |
| | |
|
| | #endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */ |
| | #pragma endregion |
| | |
| #endif /* FONTSUB_DOT_H_DEFINED */ | | #endif /* FONTSUB_DOT_H_DEFINED */ |
| | |
| End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 7 lines changed or added |
|