xmlconfig: Disable WITH_XMLCONFIG on Windows

This change was stomped by recent refactor.

Fixes: 1618bd1bee ("xmlconfig: Add unit tests for recent bugs in the driconf rewrite.")
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7975>
This commit is contained in:
James Park 2020-12-07 10:36:05 -08:00 committed by Marge Bot
parent a7fb3954a1
commit 2ffae5a439
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
extern "C" {
#endif
#ifdef ANDROID
#if defined(ANDROID) || defined(_WIN32)
#define WITH_XMLCONFIG 0
#else
#define WITH_XMLCONFIG 1