summaryrefslogtreecommitdiff
path: root/vcl/inc/generic/gensys.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/generic/gensys.h')
-rw-r--r--vcl/inc/generic/gensys.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/generic/gensys.h b/vcl/inc/generic/gensys.h
index 25d73a09743b..77ff2edfa8bf 100644
--- a/vcl/inc/generic/gensys.h
+++ b/vcl/inc/generic/gensys.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _SV_GENSYS_H
-#define _SV_GENSYS_H
+#ifndef INCLUDED_VCL_INC_GENERIC_GENSYS_H
+#define INCLUDED_VCL_INC_GENERIC_GENSYS_H
#include <salsys.hxx>
#include <salframe.hxx>
@@ -50,6 +50,6 @@ class VCL_DLLPUBLIC SalGenericSystem : public SalSystem
#endif
};
-#endif // _SV_GENSYS_H
+#endif // INCLUDED_VCL_INC_GENERIC_GENSYS_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */