Default Builder is now based on low level node create functions.

此提交包含在:
Vreixo Formoso
2008-01-26 16:10:23 +01:00
父節點 0ad92fc56d
當前提交 ea45f858cb
共有 3 個檔案被更改,包括 57 行新增82 行删除

查看文件

@@ -102,5 +102,6 @@ int main(int argc, char **argv)
printf("\n\n");
iso_image_unref(image);
return 0;
iso_finish();
return 0;
}