You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pEpEngine/src/platform_zos.c

19 lines
499 B
C

/**
* @file platform_zos.c
* @license This file is under GNU General Public License 3.0. - see LICENSE.txt
* @brief Nothing useful here at this time.
*/
/* 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__