|
|
@ -106,6 +106,7 @@ RECENT REVISION HISTORY: |
|
|
|
Julian Raschke Gregory Mullen Baldur Karlsson github:poppolopoppo |
|
|
|
Julian Raschke Gregory Mullen Baldur Karlsson github:poppolopoppo |
|
|
|
Christian Floisand Kevin Schmidt JR Smith github:darealshinji |
|
|
|
Christian Floisand Kevin Schmidt JR Smith github:darealshinji |
|
|
|
Blazej Dariusz Roszkowski github:Michaelangel007 |
|
|
|
Blazej Dariusz Roszkowski github:Michaelangel007 |
|
|
|
|
|
|
|
Matvey Cherevko |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#ifndef STBI_INCLUDE_STB_IMAGE_H |
|
|
|
#ifndef STBI_INCLUDE_STB_IMAGE_H |
|
|
@ -881,11 +882,13 @@ STBIDEF const char *stbi_failure_reason(void) |
|
|
|
return stbi__g_failure_reason; |
|
|
|
return stbi__g_failure_reason; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef STBI_NO_FAILURE_STRINGS |
|
|
|
static int stbi__err(const char *str) |
|
|
|
static int stbi__err(const char *str) |
|
|
|
{ |
|
|
|
{ |
|
|
|
stbi__g_failure_reason = str; |
|
|
|
stbi__g_failure_reason = str; |
|
|
|
return 0; |
|
|
|
return 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
static void *stbi__malloc(size_t size) |
|
|
|
static void *stbi__malloc(size_t size) |
|
|
|
{ |
|
|
|
{ |
|
|
|