From 03219d9fef4fc229121be2d8dc692791f76c7d98 Mon Sep 17 00:00:00 2001 From: Brad Hughes Date: Wed, 11 Jan 2017 12:20:00 -0500 Subject: [PATCH] Fix UWP compile (nw) --- src/osd/asio.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/asio.h b/src/osd/asio.h index 10c82e69b08..61260f3f142 100644 --- a/src/osd/asio.h +++ b/src/osd/asio.h @@ -32,3 +32,4 @@ #define ASIO_ERROR_CATEGORY_NOEXCEPT noexcept(true) #include "asio/include/asio.hpp" +#undef interface \ No newline at end of file