Eolite: fix tricky issue with double click, big fonts in progress dialog; tones of minor fixes;
git-svn-id: svn://kolibrios.org@6278 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -51,6 +51,13 @@ inline void debugi(dword d_int)
|
||||
debugln(#tmpch);
|
||||
}
|
||||
|
||||
:void debugval(dword text,number)
|
||||
{
|
||||
debug(text);
|
||||
debug(": ");
|
||||
debugi(number);
|
||||
}
|
||||
|
||||
:void assert(dword _type, _actual, _expected)
|
||||
{
|
||||
char r[4096];
|
||||
|
Reference in New Issue
Block a user