mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 05:12:07 -05:00
Run the `clang-format.bash` script to update all our C and C++ code to a new style defined by `.clang-format`. Use `clang-format` version 6.0. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit.
21 lines
537 B
C
21 lines
537 B
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by mfc1.rc
|
|
//
|
|
#define IDD_ABOUTBOX 100
|
|
#define IDP_OLE_INIT_FAILED 100
|
|
#define IDR_MAINFRAME 128
|
|
#define IDR_mfc1TYPE 129
|
|
#define IDR_MANIFEST CREATEPROCESS_MANIFEST_RESOURCE_ID
|
|
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
# ifndef APSTUDIO_READONLY_SYMBOLS
|
|
# define _APS_NEXT_RESOURCE_VALUE 130
|
|
# define _APS_NEXT_CONTROL_VALUE 1000
|
|
# define _APS_NEXT_SYMED_VALUE 101
|
|
# define _APS_NEXT_COMMAND_VALUE 32771
|
|
# endif
|
|
#endif
|