diff sidutil.h @ 393:db64a58314a9

Renaming BOOL->bool and TRUE/FALSE to true/false, and using stdbool.h if available.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 12:19:12 +0200
parents 078a25cd67d8
children 39cebb2b0677
line wrap: on
line diff
--- a/sidutil.h	Thu Jul 14 01:56:07 2022 +0300
+++ b/sidutil.h	Wed Dec 07 12:19:12 2022 +0200
@@ -47,7 +47,7 @@
 //
 typedef struct
 {
-    BOOL enabled;
+    bool enabled;
     char *outLang;
 #ifdef HAVE_ICONV
     iconv_t iconvCtx;