diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/llcommon/llsdserialize_xml.cpp | 2 | ||||
| -rw-r--r-- | indra/llui/llxuiparser.cpp | 2 | ||||
| -rw-r--r-- | indra/llxml/llxmlnode.h | 2 | ||||
| -rw-r--r-- | indra/llxml/llxmlparser.h | 2 | ||||
| -rw-r--r-- | indra/newview/llvoicevivox.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/llvoicevivox.h | 2 | ||||
| -rw-r--r-- | indra/newview/llvoicewebrtc.cpp | 2 | ||||
| -rw-r--r-- | indra/newview/llvoicewebrtc.h | 2 | 
8 files changed, 8 insertions, 8 deletions
| diff --git a/indra/llcommon/llsdserialize_xml.cpp b/indra/llcommon/llsdserialize_xml.cpp index 6396caf8d5..ce416baa04 100644 --- a/indra/llcommon/llsdserialize_xml.cpp +++ b/indra/llcommon/llsdserialize_xml.cpp @@ -35,7 +35,7 @@  extern "C"  { -#ifdef LL_USESYSTEMLIBS +#if 1  # include <expat.h>  #else  # include "expat/expat.h" diff --git a/indra/llui/llxuiparser.cpp b/indra/llui/llxuiparser.cpp index 8fd85a89a1..8cd11b86b3 100644 --- a/indra/llui/llxuiparser.cpp +++ b/indra/llui/llxuiparser.cpp @@ -30,7 +30,7 @@  #include "llxmlnode.h"  #include "llfasttimer.h" -#ifdef LL_USESYSTEMLIBS +#if 1  #include <expat.h>  #else  #include "expat/expat.h" diff --git a/indra/llxml/llxmlnode.h b/indra/llxml/llxmlnode.h index 09c7c4fdad..769cf97ba2 100644 --- a/indra/llxml/llxmlnode.h +++ b/indra/llxml/llxmlnode.h @@ -30,7 +30,7 @@  #ifndef XML_STATIC  #define XML_STATIC  #endif -#ifdef LL_USESYSTEMLIBS +#if 1  #include <expat.h>  #else  #include "expat/expat.h" diff --git a/indra/llxml/llxmlparser.h b/indra/llxml/llxmlparser.h index 0f64def6df..9c25727e54 100644 --- a/indra/llxml/llxmlparser.h +++ b/indra/llxml/llxmlparser.h @@ -30,7 +30,7 @@  #ifndef XML_STATIC  #define XML_STATIC  #endif -#ifdef LL_USESYSTEMLIBS +#if 1  #include <expat.h>  #else  #include "expat/expat.h" diff --git a/indra/newview/llvoicevivox.cpp b/indra/newview/llvoicevivox.cpp index 7faef8cc41..14f0b52174 100644 --- a/indra/newview/llvoicevivox.cpp +++ b/indra/newview/llvoicevivox.cpp @@ -36,7 +36,7 @@  #include "llbufferstream.h"  #include "llfile.h"  #include "llmenugl.h" -#ifdef LL_USESYSTEMLIBS +#if 1  # include "expat.h"  #else  # include "expat/expat.h" diff --git a/indra/newview/llvoicevivox.h b/indra/newview/llvoicevivox.h index 3e0a237905..ca1258e05e 100644 --- a/indra/newview/llvoicevivox.h +++ b/indra/newview/llvoicevivox.h @@ -43,7 +43,7 @@ class LLVivoxProtocolParser;  #include "llmutelist.h"  #include <queue> -#ifdef LL_USESYSTEMLIBS +#if 1  # include "expat.h"  #else  # include "expat/expat.h" diff --git a/indra/newview/llvoicewebrtc.cpp b/indra/newview/llvoicewebrtc.cpp index 08fcec86ac..c2b74eb1dd 100644 --- a/indra/newview/llvoicewebrtc.cpp +++ b/indra/newview/llvoicewebrtc.cpp @@ -34,7 +34,7 @@  #include "llbufferstream.h"  #include "llfile.h"  #include "llmenugl.h" -#ifdef LL_USESYSTEMLIBS +#if 1  # include "expat.h"  #else  # include "expat/expat.h" diff --git a/indra/newview/llvoicewebrtc.h b/indra/newview/llvoicewebrtc.h index ff82d2739d..946a80e874 100644 --- a/indra/newview/llvoicewebrtc.h +++ b/indra/newview/llvoicewebrtc.h @@ -43,7 +43,7 @@ class LLWebRTCProtocolParser;  #include <queue>  #include "boost/json.hpp" -#ifdef LL_USESYSTEMLIBS +#if 1  # include "expat.h"  #else  # include "expat/expat.h" | 
