9a6fd10d6b48075c6c940e4be20b66e36be1120d
[platform/upstream/libxml2.git] / os400 / libxmlrpg / xmlexports.rpgle
1       * Summary: macros for marking symbols as exportable/importable.
2       * Description: macros for marking symbols as exportable/importable.
3       *
4       * Copy: See Copyright for the status of this software.
5       *
6       * Author: Patrick Monnerat <pm@datasphere.ch>, DATASPHERE S.A.
7
8       /if not defined(XML_EXPORTS_H__)
9       /define XML_EXPORTS_H__
10
11       * The definition in the original C header file are not appliable to
12       * ILE/RPG.
13       * Therefore this file is intentionally empty.
14
15       /endif                                                                    XML_EXPORTS_H__