more fixes

This commit is contained in:
2025-11-11 19:08:17 -05:00
parent 21fa89c35d
commit 0f5dae7ef8
2 changed files with 17 additions and 17 deletions

View File

@@ -6,6 +6,7 @@
#include <fstream>
#ifdef _WIN32
#include "string_.h"
#define POPEN _popen
#define PCLOSE _pclose
#define PWRITE_MODE "wb"
@@ -19,7 +20,6 @@
#include "log.h"
using namespace anm2ed::resource;
using namespace glm;