Skip to content
Snippets Groups Projects
Commit 6515b057 authored by Edric Milaret's avatar Edric Milaret
Browse files

fix mingw compilation

Tuleap: #874
Change-Id: Icb0586a0a8b15cd7131243b6f1b819054ab4829d
parent 20f40205
Branches
Tags
No related merge requests found
......@@ -48,6 +48,10 @@
#include <cstring>
#include <sstream>
#ifdef _WIN32
#undef interface
#endif
namespace DRing {
constexpr unsigned CODECS_NOT_LOADED = 0x1000; /** Codecs not found */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment