OSDN Git Service

Update TranslationsStatus
[winmerge-jp/winmerge-jp.git] / Src / locality.h
index 6ebdfa9..42c12c3 100644 (file)
@@ -3,22 +3,15 @@
  *
  * @brief Declaration of helper functions involving locale
  */
-// RCS ID line follows -- this is updated by CVS
-// $Id$
-
-#ifndef locality_h_included
-#define locality_h_included
+#pragma once
 
 #include "UnicodeString.h"
-#include <boost/cstdint.hpp>
 
 namespace locality {
 
 String NumToLocaleStr(int n);
-String NumToLocaleStr(boost::int64_t n);
+String NumToLocaleStr(int64_t n);
 String GetLocaleStr(const TCHAR *str, int decimalDigits = 0);
-String TimeString(const boost::int64_t * tim);
+String TimeString(const int64_t * tim);
 
 };
-
-#endif // locality_h_included