2
0
Эх сурвалжийг харах

fix: add hxbit + stdio.h compatibility (#393)

Quentin Dreyer 5 жил өмнө
parent
commit
1635a15303
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      src/hlc.h

+ 2 - 1
src/hlc.h

@@ -47,6 +47,7 @@
 #undef CW_USEDEFAULT
 #undef HIDDEN
 #undef RESIZABLE
+#undef __SIGN
 
 // disable some warnings triggered by HLC code generator
 
@@ -86,4 +87,4 @@ extern void hl_entry_point();
 #define HL__ENUM_CONSTRUCT__	hl_type *t; int index;
 #define HL__ENUM_INDEX__(v)		((venum*)(v))->index
 
-#endif
+#endif