Initial Windows port

This commit is contained in:
Asanka Herath
2009-07-22 15:55:45 -04:00
committed by Love Hornquist Astrand
parent 25a2ac726b
commit b1063ea8fc
361 changed files with 11994 additions and 1334 deletions

View File

@@ -50,7 +50,7 @@ struct testcase {
};
static const struct testcase testcases[] = {
{ { 0x20 }, 1, { }, 0 },
{ { 0x20 }, 1, { 0 }, 0 },
{ { 0x20, 0x61 }, 2, { 0x20, 0x61, 0x20}, 3 },
{ { 0x20, 0x61, 0x20 }, 3, { 0x20, 0x61, 0x20}, 3 },
{ { 0x20, 0x61, 0x20, 0x61 }, 4, { 0x20, 0x61, 0x20, 0x20, 0x61, 0x20}, 6 }