/*** *all.h * * Copyright (c) Microsoft Corporation. All rights reserved. * *Purpose: Header file to include all MSL functionality * * [Public] * ****/ #pragma once #if !defined(_INC_MSCLR_ALL) #ifndef __cplusplus_cli #error ERROR: msclr libraries are not compatible with /clr:oldSyntax #endif #include #include #include #include #include #include #include #define _INC_MSCLR_ALL #endif // _INC_MSCLR_ALL