Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Strickroth <email@cs-ware.de>2013-02-02 01:53:51 +0400
committerSven Strickroth <email@cs-ware.de>2013-02-02 03:55:32 +0400
commitc70455c75e30bf2a4cc5abdf4229d12d0e6cf159 (patch)
tree5f57f877e93e69f182336ad33ffa7b31c19baba0 /src/common.h
parentbd25a302d3232dea375f226602fdcdb3a83abcdc (diff)
Deduplicate FormatMessage UTF-16 to UTF-8 conversion code
Signed-off-by: Sven Strickroth <email@cs-ware.de>
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 23a1e250a..ca203ee5c 100644
--- a/src/common.h
+++ b/src/common.h
@@ -28,6 +28,7 @@
# include <windows.h>
# include "win32/msvc-compat.h"
# include "win32/mingw-compat.h"
+# include "win32/error.h"
# ifdef GIT_THREADS
# include "win32/pthread.h"
#endif