diff options
Diffstat (limited to 'rsc/inc/rsctools.hxx')
-rw-r--r-- | rsc/inc/rsctools.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rsctools.hxx b/rsc/inc/rsctools.hxx index 7fd10682b39c..e8d71fd541dd 100644 --- a/rsc/inc/rsctools.hxx +++ b/rsc/inc/rsctools.hxx @@ -19,8 +19,8 @@ struct RSHEADER_TYPE; class RscPtrPtr; -#ifndef _RSCTOOLS_HXX -#define _RSCTOOLS_HXX +#ifndef INCLUDED_RSC_INC_RSCTOOLS_HXX +#define INCLUDED_RSC_INC_RSCTOOLS_HXX #ifdef UNX #include <stdlib.h> @@ -210,6 +210,6 @@ public: } }; -#endif // _RSCTOOLS_HXX +#endif // INCLUDED_RSC_INC_RSCTOOLS_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |