#ifdef _WINDOWS #define ICONV_CONST_INBUFFER 1 #endif enum file_encoding { ENCODING_ASCII, ENCODING_UTF8, ENCODING_UTF16 }; #include "kryError.h" #include "kryTextParseError.h" #include "kryList.h" #include "krySignal.h" #include "kryObject.h" #include "kryEvent.h" #include "kryEventDetailed.h" #include "kryStyle.h" #include "kryListIterator.h" #include "kryHash.h" #include "kryColor.h" #include "kryColorTable.h" #include "kryScript.h" #include "kryUiGTK.h" #include "krySabbu.h" #include "kryPrefValue.h" #include "kryPrefSection.h" #include "kryPrefManager.h" #include "alloc.h" #include "util.h" #ifndef __STDC_CONSTANT_MACROS #define __STDC_CONSTANT_MACROS 1 #endif