Kaydet (Commit) cb1cd359 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use proper header guard convention

Change-Id: I8e7b2187004a9b945a847c351e16ba1d1ff7a4ec
üst e2a062fc
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef _SV_FILECTRL_HRC
#define _SV_FILECTRL_HRC
#ifndef INCLUDED_SVTOOLS_SOURCE_INC_FILECTRL_HRC
#define INCLUDED_SVTOOLS_SOURCE_INC_FILECTRL_HRC
#define STR_FILECTRL_BUTTONTEXT 333 // ID-Range?!
......@@ -27,6 +27,6 @@
#define STR_TABBAR_PUSHBUTTON_MOVERIGHT ( STR_FILECTRL_BUTTONTEXT+ 3)
#define STR_TABBAR_PUSHBUTTON_MOVETOEND ( STR_FILECTRL_BUTTONTEXT+ 4)
#endif
#endif // INCLUDED_SVTOOLS_SOURCE_INC_FILECTRL_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment