Use proper header guard convention
Change-Id: I8e7b2187004a9b945a847c351e16ba1d1ff7a4ec
This commit is contained in:
parent
e2a062fcd1
commit
cb1cd35936
@ -17,8 +17,8 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _SV_FILECTRL_HRC
|
#ifndef INCLUDED_SVTOOLS_SOURCE_INC_FILECTRL_HRC
|
||||||
#define _SV_FILECTRL_HRC
|
#define INCLUDED_SVTOOLS_SOURCE_INC_FILECTRL_HRC
|
||||||
|
|
||||||
#define STR_FILECTRL_BUTTONTEXT 333 // ID-Range?!
|
#define STR_FILECTRL_BUTTONTEXT 333 // ID-Range?!
|
||||||
|
|
||||||
@ -27,6 +27,6 @@
|
|||||||
#define STR_TABBAR_PUSHBUTTON_MOVERIGHT ( STR_FILECTRL_BUTTONTEXT+ 3)
|
#define STR_TABBAR_PUSHBUTTON_MOVERIGHT ( STR_FILECTRL_BUTTONTEXT+ 3)
|
||||||
#define STR_TABBAR_PUSHBUTTON_MOVETOEND ( STR_FILECTRL_BUTTONTEXT+ 4)
|
#define STR_TABBAR_PUSHBUTTON_MOVETOEND ( STR_FILECTRL_BUTTONTEXT+ 4)
|
||||||
|
|
||||||
#endif
|
#endif // INCLUDED_SVTOOLS_SOURCE_INC_FILECTRL_HRC
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user