Eolite 1.4 / CleverMouse sorry for this... :-* )))

git-svn-id: svn://kolibrios.org@3050 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2012-11-16 21:56:04 +00:00
parent 36c641b524
commit dd73e1caef
9 changed files with 97 additions and 84 deletions

View File

@@ -49,7 +49,7 @@ f3:
$stosb
$jnz f3
$mov eax, #buffer
$ret
//$ret
}
inline fastcall dword StrToInt()
@@ -79,8 +79,7 @@ dword StrToCol(char* htmlcolor)
IF ((ch>='a') && (ch<='f')) ch -= 'a'-10;
color = color*0x10 + ch;
}
return color;
return color;
}
inline fastcall signed char strcmp(ESI, EDI)
@@ -97,7 +96,7 @@ inline fastcall signed char strcmp(ESI, EDI)
inline fastcall unsigned int strchr(ESI,BL)
inline fastcall signed int strchr(ESI,BL)
{
int jj=0, last=-1;
do{