Aelia 0.35: fix ParceHTML function, show site favicon

git-svn-id: svn://kolibrios.org@6152 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-02-06 22:48:51 +00:00
parent a55374019f
commit cab4c34e5b
6 changed files with 99 additions and 7 deletions

View File

@@ -40,7 +40,8 @@ DONE:
inline fastcall void debugln( EDX)
{
debug( EDX);
debugch('\n');
debugch(10);
debugch(13);
}
inline void debugi(dword d_int)