Skip to content

Commit

Permalink
Don't depend on internals
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkShadow44 committed Jan 1, 2024
1 parent bc64a9f commit 3347d8f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ class CSG(spec: TestSpec, provider: ClassTypeProvider) extends BaseGenerator(spe
override def results: String = {
"// " + AUTOGEN_COMMENT + "\n\n" +
"#define KS_USE_ZLIB\n" +
"#define KS_DEPEND_ON_INTERNALS\n" +
"#define KS_USE_ICONV\n" +
"extern \"C\" {\n" +
"#include \"" + spec.id + ".h\"\n" +
Expand Down

0 comments on commit 3347d8f

Please sign in to comment.