mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 03:28:07 +00:00
fix(windaube): do not include langinfo
This commit is contained in:
parent
889e73614f
commit
fc77bbe9f1
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
#include <time.h>
|
||||
|
||||
#ifdef SQLITE_STORAGE_ENABLED
|
||||
#if defined(_WIN32) && !defined(__ANDROID__) && !defined(__QNXNTO__)
|
||||
#if !defined(_WIN32) && !defined(__ANDROID__) && !defined(__QNXNTO__)
|
||||
#include <langinfo.h>
|
||||
#include <iconv.h>
|
||||
#include <string.h>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue