Files
nethack/win/Qt/qt_post.h
T
nhmall 198ac655e5 more 3.7 vestiges
A little later than this probably should have been committed.
2026-06-20 18:26:43 -04:00

18 lines
409 B
C

/* NetHack 5.0 qt_post.h $NHDT-Date: 1781973096 2026/06/20 16:31:36 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.5 $ */
/*
* 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*/