diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-07-13 16:11:20 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-07-13 14:54:14 +0000 |
commit | 2cdc693c56c266e149473241e6b3cb54fb2a2a03 (patch) | |
tree | 0c4dc65cfd85858ef1a12db9217830d708e67336 /desktop | |
parent | 80f9ad9011843dbc9d166147402366438bcfe29a (diff) |
Remove __cplusplus-checks from apparently-C++-only files
Change-Id: I87e9ce45cf945e75e8140a9d4608da8abcddada6
Reviewed-on: https://gerrit.libreoffice.org/27187
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/win32/source/applauncher/launcher.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/win32/source/applauncher/launcher.hxx b/desktop/win32/source/applauncher/launcher.hxx index 7bf05ad15f9d..bfc5e588455c 100644 --- a/desktop/win32/source/applauncher/launcher.hxx +++ b/desktop/win32/source/applauncher/launcher.hxx @@ -18,9 +18,6 @@ */ #pragma once -#ifndef __cplusplus -#error Need C++ to compile -#endif #include <windows.h> #include <winbase.h> |