ecere/gfx/newFonts: Further tweaks for Emscripten
[sdk] / ecere / src / gfx / newFonts / fmFontManager.ec
index ca16976..bcccdb9 100644 (file)
@@ -11,6 +11,8 @@ import "imgDistMap"
 
 #include <math.h>
 
+#define _Noreturn
+
 #include "cc.h"
 
 static inline uint32 decodeUTF8( uint32 b, uint32 *state, unichar *retCodePoint ) { return ccUtf8ToUnicode(b, state, (uint *)retCodePoint); }