2001-03-07 04:52:16 +03:00
|
|
|
/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
|
|
|
|
*
|
2012-05-21 15:12:37 +04:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2001-03-07 04:52:16 +03:00
|
|
|
|
2002-02-19 23:41:32 +03:00
|
|
|
#ifndef nsBidi_h__
|
|
|
|
#define nsBidi_h__
|
2001-03-07 04:52:16 +03:00
|
|
|
|
2016-10-06 11:49:17 +03:00
|
|
|
#if ENABLE_INTL_API
|
|
|
|
#include "nsBidi_ICU.h"
|
|
|
|
#else
|
|
|
|
#include "nsBidi_noICU.h"
|
|
|
|
#endif
|
2001-03-07 04:52:16 +03:00
|
|
|
|
2002-02-19 23:41:32 +03:00
|
|
|
#endif // _nsBidi_h_
|