Files
nethack/win/Qt/qt_post.h
T

18 lines
409 B
C

/* NetHack 5.0 qt_post.h $NHDT-Date: 1597276832 2020/08/13 00:00:32 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.0 $ */
/*
* qt_post.h -- reverse part of qt_pre.h.
*
* #include after <Qt.../Qt...>.
*/
#if defined(__cplusplus)
#ifdef __clang__
#pragma clang diagnostic pop
#elif defined(__GNUC__)
#pragma GCC diagnostic pop
#endif /* compiler-specific bits */
#endif /* __cplusplus */
/*qt_post.h*/