WSSSO_global.h 572 B

1234567891011121314151617
  1. #ifndef WSSSO_GLOBAL_H
  2. #define WSSSO_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #define RTNCODE_NETWORK_NOTAVAILABLE -10000
  5. #define RTNCODE_NETWORK_ABORT -10001
  6. #define RTNCODE_INVALID_FORMAT -10002
  7. #define RTNMEMO_NETWORK_NOTAVAILABLE "网络连接不可用"
  8. #define RTNMEMO_NETWORK_ABORT "操作被系统中止或暂停"
  9. #define RTNMEMO_INVALID_FORMAT "参数无效或非法的数据格式"
  10. #if defined(WSSSO_LIBRARY)
  11. # define WSSSOSHARED_EXPORT Q_DECL_EXPORT
  12. #else
  13. # define WSSSOSHARED_EXPORT Q_DECL_IMPORT
  14. #endif
  15. #endif // WSSSO_GLOBAL_H