diff options
author | Michele Calgaro <[email protected]> | 2024-10-27 12:09:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-10-31 17:08:24 +0900 |
commit | 0b452510e812426105a40af1a21803ea55d4c894 (patch) | |
tree | e56a4b47668359c7247246f0cc88447a02a2d187 /kernel/ksquirrel-libs-png/png.h | |
parent | 51f42b6fdfd52818b9ce5bbb1eae2b472dd2f482 (diff) | |
download | libksquirrel-0b452510e812426105a40af1a21803ea55d4c894.tar.gz libksquirrel-0b452510e812426105a40af1a21803ea55d4c894.zip |
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit c5d8e3ada8ef474e4125eff38556e65d4a618a18)
Diffstat (limited to 'kernel/ksquirrel-libs-png/png.h')
-rw-r--r-- | kernel/ksquirrel-libs-png/png.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/kernel/ksquirrel-libs-png/png.h b/kernel/ksquirrel-libs-png/png.h index 0b4873c..d4c5ec7 100644 --- a/kernel/ksquirrel-libs-png/png.h +++ b/kernel/ksquirrel-libs-png/png.h @@ -1300,15 +1300,6 @@ struct png_struct_def # endif /* PNG_TEXT_SUPPORTED */ #endif /* PNG_PROGRESSIVE_READ_SUPPORTED */ -#if defined(__TURBOC__) && !defined(_Windows) && !defined(__FLAT__) -/* for the Borland special 64K segment handler */ - png_bytepp offset_table_ptr; - png_bytep offset_table; - png_uint_16 offset_table_number; - png_uint_16 offset_table_count; - png_uint_16 offset_table_count_free; -#endif - #if defined(PNG_READ_DITHER_SUPPORTED) png_bytep palette_lookup; /* lookup table for dithering */ png_bytep dither_index; /* index translation for palette files */ |