summaryrefslogtreecommitdiffstats
path: root/vcl/unx/generic/window/FWS.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/unx/generic/window/FWS.hxx')
-rw-r--r--vcl/unx/generic/window/FWS.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/unx/generic/window/FWS.hxx b/vcl/unx/generic/window/FWS.hxx
index 569fe9c84a48..25acd432faf6 100644
--- a/vcl/unx/generic/window/FWS.hxx
+++ b/vcl/unx/generic/window/FWS.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _FOREIGN_WINDOW_SYSTEM_HXX
-#define _FOREIGN_WINDOW_SYSTEM_HXX
+#ifndef INCLUDED_VCL_UNX_GENERIC_WINDOW_FWS_HXX
+#define INCLUDED_VCL_UNX_GENERIC_WINDOW_FWS_HXX
#include <X11/Xlib.h>
@@ -52,6 +52,6 @@ AddFwsProtocols (Display *display, Window window);
} /* extern "C" */
#endif
-#endif // _FOREIGN_WINDOW_SYSTEM_HXX
+#endif // INCLUDED_VCL_UNX_GENERIC_WINDOW_FWS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */