add win32 support
All checks were successful
pyrite-dev/taiga/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-03-03 01:02:01 +09:00
commit 14759ab89a
Signed by: nishi
GPG key ID: 27EF69B208EB9343
12 changed files with 500 additions and 467 deletions

View file

@ -69,7 +69,7 @@ void default_node(FILE* out, const char* top, xl_node_t* element, int indent) {
sprintf(tag + strlen(tag), " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%%\">\n");
sprintf(tag + strlen(tag), " <tr>\n");
sprintf(tag + strlen(tag), " <td rowspan=\"2\">\n");
sprintf(tag + strlen(tag), " <img src=\"%s%s.png\">\n", top, element->name);
sprintf(tag + strlen(tag), " <img src=\"%simage/%s.png\">\n", top, element->name);
sprintf(tag + strlen(tag), " </td>\n");
sprintf(tag + strlen(tag), " <td>\n");
sprintf(tag + strlen(tag), " <b>%s</b>\n", text);