Subversion Repositories Kolibri OS

Rev

Rev 6617 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6617 Rev 6639
Line 7... Line 7...
7
; subject to change. Applications should only use zlib.inc.
7
; subject to change. Applications should only use zlib.inc.
Line 8... Line 8...
8
 
8
 
9
 
9
 
10
macro ERR_MSG err
10
macro ERR_MSG err
-
 
11
{
11
{
12
	mov ecx,Z_NEED_DICT
12
	mov ecx,Z_NEED_DICT-err
13
	sub ecx,err
Line 13... Line 14...
13
	mov ecx,[4*ecx+z_errmsg]
14
	mov ecx,[4*ecx+z_errmsg]
14
}
15
}