SWDEV-558845 - Support image in rocr on Windows (#1582)

Enable image build in Windows.
Remove some useless codes that fail building in Windows.
Some minor improvement.
Temporarily exclude mipmap test files.
Prevent negative tests affect some tests.
Move some catch info log codes into failed cases.
This commit is contained in:
MachineTom
2025-11-05 09:33:41 -05:00
committed by GitHub
parent 16334bc15d
commit 3b1c0c3464
44 changed files with 577 additions and 531 deletions
@@ -41,11 +41,6 @@
////////////////////////////////////////////////////////////////////////////////
#include "blit_kernel.h"
#if (defined(WIN32) || defined(_WIN32))
#define NOMINMAX
#endif
#include <algorithm>
#include <atomic>
#include <sstream>