qjson_export.h   qjson_export.h 
skipping to change at line 26 skipping to change at line 26
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. Boston, MA 02110-1301, USA.
*/ */
#ifndef QJSON_EXPORT_H #ifndef QJSON_EXPORT_H
#define QJSON_EXPORT_H #define QJSON_EXPORT_H
#include <QtCore/qglobal.h> #include <QtCore/qglobal.h>
#ifndef QJSON_EXPORT #ifndef QJSON_EXPORT
# if defined(MAKE_QJSON_LIB) # if defined(QJSON_MAKEDLL)
/* We are building this library */ /* We are building this library */
# define QJSON_EXPORT Q_DECL_EXPORT # define QJSON_EXPORT Q_DECL_EXPORT
# else # else
/* We are using this library */ /* We are using this library */
# define QJSON_EXPORT Q_DECL_IMPORT # define QJSON_EXPORT Q_DECL_IMPORT
# endif # endif
#endif #endif
#endif #endif
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/