OSDN Git Service

Merge with stable
[winmerge-jp/winmerge-jp.git] / Src / OptionsDef.h
index ea7010e..4e85615 100644 (file)
@@ -3,11 +3,7 @@
  *
  * @brief Constants for option-names
  */
-// ID line follows -- this is updated by SVN
-// $Id: OptionsDef.h 6910 2009-07-12 09:06:54Z kimmov $
-
-#ifndef _OPTIONS_DEF_H_
-#define _OPTIONS_DEF_H_
+#pragma once
 
 #include "UnicodeString.h"
 
@@ -222,5 +218,3 @@ const TCHAR OPT_FONT_CLIPPRECISION[] = _T("ClipPrecision");
 const TCHAR OPT_FONT_QUALITY[] = _T("Quality");
 const TCHAR OPT_FONT_PITCHANDFAMILY[] = _T("PitchAndFamily");
 const TCHAR OPT_FONT_FACENAME[] = _T("FaceName");
-
-#endif // _OPTIONS_DEF_H_