[waffle] [PATCH 1/4] wgl: strings.h does not exist in MSVC
Emil Velikov
emil.l.velikov at gmail.com
Tue Aug 12 08:37:32 PDT 2014
Slipped out when rebasing/clearing up the MSVC fixes. The build succeeds
with mingw-w64 (gcc) so it went unnoticed.
Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
---
src/waffle/wgl/wgl_display.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/waffle/wgl/wgl_display.c b/src/waffle/wgl/wgl_display.c
index 2693ae3..4e63e1b 100644
--- a/src/waffle/wgl/wgl_display.c
+++ b/src/waffle/wgl/wgl_display.c
@@ -25,8 +25,8 @@
#include <stdlib.h>
-#include <strings.h>
#include <windows.h>
+#include "c99_compat.h"
#include "wcore_error.h"
--
2.0.2
More information about the waffle
mailing list