4af9612f2b
...and fix any ensuing errors/warnings, but no further C++'ification. Not sure
whether any parts of dllentry.c would need to be extern "C", so leaving that one
alone for now.
TODO: Put definition of _CRT_RAND_S into bin/update_pch, so it doesn't get
removed again from sal/inc/pch/precompiled_sal.hxx. (For the surrounding #ifndef
see 244d22a3d2
"Work around -Werror,-Wunused-macros
with clang-cl".)
Change-Id: I2ada3717845eb0be0c559465d68e00e3a7720156
Reviewed-on: https://gerrit.libreoffice.org/34860
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
99 lines
2.7 KiB
C++
99 lines
2.7 KiB
C++
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
|
|
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* 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/.
|
|
*/
|
|
|
|
/*
|
|
This file has been autogenerated by update_pch.sh. It is possible to edit it
|
|
manually (such as when an include file has been moved/renamed/removed). All such
|
|
manual changes will be rewritten by the next run of update_pch.sh (which presumably
|
|
also fixes all possible problems, so it's usually better to use it).
|
|
|
|
Generated on 2016-01-10 12:04:24 using:
|
|
./bin/update_pch sal sal --cutoff=2 --exclude:system --exclude:module --include:local
|
|
|
|
If after updating build fails, use the following command to locate conflicting headers:
|
|
./bin/update_pch_bisect ./sal/inc/pch/precompiled_sal.hxx "make sal.build" --find-conflicts
|
|
*/
|
|
|
|
#if !defined _CRT_RAND_S
|
|
#define _CRT_RAND_S
|
|
#endif
|
|
|
|
#include <algorithm>
|
|
#include <cassert>
|
|
#include <cstddef>
|
|
#include <cstdlib>
|
|
#include <cstring>
|
|
#include <float.h>
|
|
#include <list>
|
|
#include <math.h>
|
|
#include <new>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
#include <osl/diagnose.h>
|
|
#include <osl/diagnose.hxx>
|
|
#include <osl/doublecheckedlocking.h>
|
|
#include <osl/endian.h>
|
|
#include <osl/file.h>
|
|
#include <osl/file.hxx>
|
|
#include <osl/interlck.h>
|
|
#include <osl/module.h>
|
|
#include <osl/module.hxx>
|
|
#include <osl/mutex.h>
|
|
#include <osl/mutex.hxx>
|
|
#include <osl/pipe.h>
|
|
#include <osl/process.h>
|
|
#include <osl/profile.hxx>
|
|
#include <osl/security.hxx>
|
|
#include <osl/socket.h>
|
|
#include <osl/thread.h>
|
|
#include <osl/thread.hxx>
|
|
#include <osl/time.h>
|
|
#include <rtl/alloc.h>
|
|
#include <rtl/bootstrap.h>
|
|
#include <rtl/bootstrap.hxx>
|
|
#include <rtl/byteseq.h>
|
|
#include <rtl/byteseq.hxx>
|
|
#include <rtl/character.hxx>
|
|
#include <rtl/cipher.h>
|
|
#include <rtl/crc.h>
|
|
#include <rtl/digest.h>
|
|
#include <rtl/instance.hxx>
|
|
#include <rtl/locale.h>
|
|
#include <rtl/malformeduriexception.hxx>
|
|
#include <rtl/math.h>
|
|
#include <rtl/math.hxx>
|
|
#include <rtl/process.h>
|
|
#include <rtl/random.h>
|
|
#include <rtl/strbuf.h>
|
|
#include <rtl/strbuf.hxx>
|
|
#include <rtl/string.h>
|
|
#include <rtl/string.hxx>
|
|
#include <rtl/tencinfo.h>
|
|
#include <rtl/textcvt.h>
|
|
#include <rtl/textenc.h>
|
|
#include <rtl/unload.h>
|
|
#include <rtl/uri.h>
|
|
#include <rtl/uri.hxx>
|
|
#include <rtl/ustrbuf.h>
|
|
#include <rtl/ustrbuf.hxx>
|
|
#include <rtl/ustring.h>
|
|
#include <rtl/ustring.hxx>
|
|
#include <rtl/uuid.h>
|
|
#include <sal/alloca.h>
|
|
#include <sal/config.h>
|
|
#include <sal/detail/log.h>
|
|
#include <sal/log.hxx>
|
|
#include <sal/macros.h>
|
|
#include <sal/mathconf.h>
|
|
#include <sal/saldllapi.h>
|
|
#include <sal/types.h>
|
|
#include <rtllifecycle.h>
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|