You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// This file is under GNU General Public License 3.0
|
|
// see LICENSE.txt
|
|
|
|
/* Include the entire useful part of this compilation unit within a CPP
|
|
conditional, so that the entire file expands to nothing if this is not
|
|
the platform it is used on. */
|
|
#ifdef __MVS__
|
|
|
|
#include "pEpEngine.h"
|
|
#include "platform_zos.h"
|
|
#include "dynamic_api.h"
|
|
|
|
/* Nothing useful here at this time. */
|
|
|
|
#endif // #ifdef __MVS__
|