aboutsummaryrefslogtreecommitdiff
path: root/jmemsys.h
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-02-26 23:01:19 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2010-02-26 23:01:19 +0000
commitbfee2b39a07085e4e2a36bfd581b00d74d6a96b4 (patch)
tree0b90c4ae2be5d6da2ea64074ce32204f1b106dea /jmemsys.h
parent29c4e4ee127ad984ba0fe38c5442b0a9048049b8 (diff)
Bleepin' Windows uses LLP64, not LP64
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@158 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'jmemsys.h')
-rw-r--r--jmemsys.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/jmemsys.h b/jmemsys.h
index 6c3c6d3..b190945 100644
--- a/jmemsys.h
+++ b/jmemsys.h
@@ -100,10 +100,10 @@ EXTERN(void) jpeg_free_large JPP((j_common_ptr cinfo, void FAR * object,
* Conversely, zero may be returned to always use the minimum amount of memory.
*/
-EXTERN(long) jpeg_mem_available JPP((j_common_ptr cinfo,
- long min_bytes_needed,
- long max_bytes_needed,
- long already_allocated));
+EXTERN(size_t) jpeg_mem_available JPP((j_common_ptr cinfo,
+ size_t min_bytes_needed,
+ size_t max_bytes_needed,
+ size_t already_allocated));
/*