| commdlg.h (6.3.9600.17415-Windows 8.1) | | commdlg.h (10.0.10586.494-Windows 10 1511 10586.494) |
| #include <winapifamily.h> | | #include <winapifamily.h> |
| | |
| /************************************************************************ | | /************************************************************************ |
| * * | | * * |
| * commdlg.h -- This module defines the 32-Bit Common Dialog APIs * | | * commdlg.h -- This module defines the 32-Bit Common Dialog APIs * |
| * * | | * * |
| * Copyright (c) Microsoft Corporation. All rights reserved. * | | * Copyright (c) Microsoft Corporation. All rights reserved. * |
| * * | | * * |
| ************************************************************************/ | | ************************************************************************/ |
| | |
|
| | #if _MSC_VER >= 1200 |
| | #pragma warning(push) |
| | #pragma warning(disable:4001) /* nonstandard extension : single line comment */ |
| | #pragma warning(disable:4820) /* padding added after data member */ |
| | #endif |
| | |
| #ifndef _INC_COMMDLG | | #ifndef _INC_COMMDLG |
| #define _INC_COMMDLG | | #define _INC_COMMDLG |
| | |
| #if(WINVER >= 0x0500) | | #if(WINVER >= 0x0500) |
| | |
| #ifdef DEFINE_GUID | | #ifdef DEFINE_GUID |
| | |
| // | | // |
| // IPrintDialogCallback interface id used by PrintDlgEx. | | // IPrintDialogCallback interface id used by PrintDlgEx. |
| // | | // |
| | |
| skipping to change at line 1211 | | skipping to change at line 1217 |
| | |
| #ifdef __cplusplus | | #ifdef __cplusplus |
| } | | } |
| #endif /* __cplusplus */ | | #endif /* __cplusplus */ |
| | |
| #if !defined(_WIN64) | | #if !defined(_WIN64) |
| #include <poppack.h> | | #include <poppack.h> |
| #endif | | #endif |
| #endif /* GUID_DEFS_ONLY */ | | #endif /* GUID_DEFS_ONLY */ |
| #endif /* !_INC_COMMDLG */ | | #endif /* !_INC_COMMDLG */ |
|
| | #if _MSC_VER >= 1200 |
| | #pragma warning(pop) |
| | #endif |
| | |
| End of changes. 2 change blocks. |
| 0 lines changed or deleted | | 6 lines changed or added |
|