Fixed MS Windows min, max compile error. 83/237883/1
authorVictor Cebollada <v.cebollada@samsung.com>
Mon, 22 Jun 2020 14:02:23 +0000 (15:02 +0100)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 6 Jul 2020 08:38:46 +0000 (17:38 +0900)
Change-Id: I96d60fce295aae527313c24dd480b069466b21b3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali/internal/graphics/common/egl-include.h

index d0d1cad8f314a869d456656be8348d34c86e0c11..6e744cf1d7f340ed64f32456fa8b0f3fc2f3ea8a 100644 (file)
@@ -16,6 +16,9 @@
 #undef CopyMemory
 #undef CreateWindow
 
+#undef min
+#undef max
+
 #include <EGL/eglext.h>
 
 #endif // EGL_INCLUDE_H