Move the UTF-8 string conversion helper to their respective places of use.

This commit is contained in:
Adam Reichold
2015-12-26 15:06:46 +01:00
parent 0eab0ebd94
commit 1297f4b2ec
6 changed files with 58 additions and 70 deletions

View File

@@ -19,6 +19,7 @@
#include "extprog.h"
#include <cstring>
#include <iostream>
#ifdef WIN32
#include <windows.h>