zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
zos-macros.h
Go to the documentation of this file.
1
2// Licensed Materials - Property of IBM
3// ZOSLIB
4// (C) Copyright IBM Corp. 2022. All Rights Reserved.
5// US Government Users Restricted Rights - Use, duplication
6// or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
8
9#ifndef ZOS_MACROS_H_
10#define ZOS_MACROS_H_
11
12#ifndef __Z_EXPORT
13#define __Z_EXPORT __attribute__((visibility("default")))
14#endif
15
16#endif // ZOS_MACROS_H_