engine: fix tests build on Win32

This commit is contained in:
Alibek Omarov
2026-04-01 06:02:08 +05:00
parent 42cb5fe547
commit 6b97fc1825
2 changed files with 1 additions and 5 deletions

View File

@@ -718,7 +718,7 @@ void Test_RunImagelib( void )
}
#define IMPLEMENT_IMAGELIB_FUZZ_TARGET( export, target ) \
int export( const uint8_t *Data, size_t Size ); \
int EXPORT export( const uint8_t *Data, size_t Size ); \
int EXPORT export( const uint8_t *Data, size_t Size ) \
{ \
rgbdata_t *rgb; \

View File

@@ -25,10 +25,6 @@ GNU General Public License for more details.
#define XASH_GAMEDIR "valve" // !!! Replace with your default (base) game directory !!!
#endif
#if XASH_WIN32
#error "Single-binary or dedicated builds aren't supported for Windows!"
#endif
static int szArgc;
static char **szArgv;