git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@287 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-12 09:33:24 +00:00
parent f7c4c5218f
commit de4042e6e0

View File

@@ -638,7 +638,7 @@ STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, const ch
#endif
#endif
#if defined(_MSC_VER) || defined(__SYMBIAN32__)
#if defined(_MSC_VER) || defined(__SYMBIAN32__) || defined(__BORLANDC__)
typedef unsigned short stbi__uint16;
typedef signed short stbi__int16;
typedef unsigned int stbi__uint32;