Q_MSG.h 492 B

123456789101112131415
  1. #ifndef Q_MSG_H
  2. #define Q_MSG_H
  3. #if defined EXTERN
  4. #undef EXTERN
  5. #endif
  6. #if defined ___3259
  7. #define EXTERN
  8. #else
  9. #define EXTERN extern
  10. #endif
  11. #define MAX_STATUS_LINE_MSG_LEN 255
  12. #define MAX_RUNNING_COORDS_TEXT_LEN 80
  13. #include "TranslatedString.h"
  14. EXTERN ___372 ___4478(const char *___2873, char **___2700); EXTERN void Information(tecplot::___4218 format, ...); EXTERN void ___4447(tecplot::___4218 format, ...); EXTERN void ___1177(tecplot::___4218 format, ...);
  15. #endif