comparison 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
comparison
equal deleted inserted replaced
392:ad0fe49a211a 393:db64a58314a9
45 // 45 //
46 // Typedefs 46 // Typedefs
47 // 47 //
48 typedef struct 48 typedef struct
49 { 49 {
50 BOOL enabled; 50 bool enabled;
51 char *outLang; 51 char *outLang;
52 #ifdef HAVE_ICONV 52 #ifdef HAVE_ICONV
53 iconv_t iconvCtx; 53 iconv_t iconvCtx;
54 #else 54 #else
55 int outLangID; 55 int outLangID;