This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
z/OS: use predefined macro __MVS__ instead of one defined by us to detect the system
IOSAD-230
Luca Saiu
6 months ago
parent
853b456f5a
commit
97774af373
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/platform.h
+ 1
- 1
src/platform.h
View File
@ -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
Write
Preview
Loading…
Cancel
Save