diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-03-03 15:00:33 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-03-04 17:37:20 +0000 |
commit | 8fdf363f598ef45e49ada9d5a2d5747189ea401c (patch) | |
tree | f3ca924fa330bc3ee130b8e3be16b12c3c8315da /sal/osl/w32/dllentry.cxx | |
parent | 798dbea63a9ef060eb2ddcf69307eb1a666daae7 (diff) |
Change sal/osl/w32/*.h -> *.hxx
...which are now only ever included from C++ code. Drop extern "C" where
appropriate (i.e., generally everywhere) and fix the occasional ensuing loplugin
warning. (But no further C++'ification for now.)
Change-Id: I78830692888ee0ae0cac49878042effad2d6707f
Reviewed-on: https://gerrit.libreoffice.org/34865
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sal/osl/w32/dllentry.cxx')
-rw-r--r-- | sal/osl/w32/dllentry.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/w32/dllentry.cxx b/sal/osl/w32/dllentry.cxx index 5158979a4313..0bce302e935a 100644 --- a/sal/osl/w32/dllentry.cxx +++ b/sal/osl/w32/dllentry.cxx @@ -37,11 +37,11 @@ #include <osl/mutex.h> #include <osl/thread.h> -#include "file_url.h" -#include "gmutex.h" +#include "file_url.hxx" +#include "gmutex.hxx" #include "rtllifecycle.h" -#include <thread.h> +#include <thread.hxx> /* This is needed because DllMain is called after static constructors. A DLL's |