zlib: Use correct (un)signedness of char in prototypes and functions.
Also ensure we are using the same constness qualifiers.
This commit is contained in:
committed by
Oliver Schmidt
parent
e0ac9d5d8e
commit
93b6efcb2f
@@ -1,7 +1,8 @@
|
||||
;
|
||||
; 2017-11-07, Piotr Fusik
|
||||
;
|
||||
; unsigned __fastcall__ inflatemem (char* dest, const char* source);
|
||||
; unsigned __fastcall__ inflatemem (unsigned char* dest,
|
||||
; const unsigned char* source);
|
||||
;
|
||||
; NOTE: Be extremely careful with modifications, because this code is heavily
|
||||
; optimized for size (for example assumes certain register and flag values
|
||||
|
||||
Reference in New Issue
Block a user