From c5e48213d24ab335a171528fce583d7a6b8e6a41 Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 30 Apr 2026 09:37:40 -0400 Subject: [PATCH] Qt and c++ use a different set of CFLAGS --- include/hack.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hack.h b/include/hack.h index 425094f5b..6cde43efe 100644 --- a/include/hack.h +++ b/include/hack.h @@ -709,9 +709,7 @@ enum nhcb_calls { NUM_NHCB }; -#ifdef NHUUID #define NHUUIDSZ 37 -#endif struct plinemsg_type { xint16 msgtype; /* one of MSGTYP_foo */