z/OS: use predefined macro __MVS__ instead of one defined by us to detect the system

ENGINE-930
positron 1 year ago
parent 853b456f5a
commit 97774af373

@ -13,7 +13,7 @@ extern "C" {
/* Right now z/OS is not mutually exclusive with the other platforms: the way we
use it, it is a flavour of Unix... */
#if defined (ZOS)
#if defined (__MVS__)
# include "platform_zos.h"
#endif

Loading…
Cancel
Save