utf8.patch 440 B

1234567891011121314151617
  1. Description: Build with g++'s new utf8.h
  2. Author: Stephen Kitt <skitt@debian.org>
  3. --- a/src/helpers/utf8.h
  4. +++ b/src/helpers/utf8.h
  5. @@ -18,8 +18,8 @@
  6. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  7. =============================================================================*/
  8. -#ifndef __UTF8_H__
  9. -#define __UTF8_H__
  10. +#ifndef __XMOTO_UTF8_H__
  11. +#define __XMOTO_UTF8_H__
  12. #include <vector>
  13. #include <string>