]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/regguts.h
Disable Unity global menu while native modal dialogs are shown in wxGTK.
[wxWidgets.git] / src / regex / regguts.h
index be5041d9201f2be264497d352842fc71c2c0cd72..ec1b8aa22116739cb22b193375f1ed6f14dd1115 100644 (file)
 /* assertions */
 #ifndef assert
 #      ifndef REG_DEBUG
+#      ifndef NDEBUG
 #      define  NDEBUG          /* no assertions */
 #      endif
+#      endif
 #include <assert.h>
 #endif