Fix compiling stb texture tool on Windows

This commit is contained in:
Wojtek Figat
2025-10-28 21:25:30 +01:00
parent 0ca60062d9
commit 802e2ac7c2
2 changed files with 6 additions and 0 deletions

View File

@@ -65,6 +65,8 @@
#endif
#undef MessageBox
static void stbWrite(void* context, void* data, int size)
{
auto file = (FileWriteStream*)context;