Revert "Fix MS Windows compile error."
authorSeungho, Baek <sbsh.baek@samsung.com>
Tue, 14 Jul 2020 07:57:29 +0000 (16:57 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Tue, 14 Jul 2020 07:57:29 +0000 (16:57 +0900)
This reverts commit 1007cb5f49c0ac2bc522723beb4d6dac6959b20e.

dali/internal/event/common/property-buffer-impl.cpp
dali/internal/event/common/property-input-impl.h

index 30688d2..242aa67 100644 (file)
@@ -22,7 +22,7 @@
 #include <dali/public-api/rendering/property-buffer.h>
 #include <dali/internal/update/manager/update-manager.h>
 
-#if defined (ANDROID) || defined(WIN32)
+#ifdef ANDROID
 namespace std
 {
   uint64_t _Hash_bytes(const void* bytes, uint64_t size, uint64_t seed)
index bd8d4ec..297332f 100644 (file)
@@ -31,7 +31,7 @@
 #include <dali/public-api/math/matrix.h>
 #include <dali/internal/common/buffer-index.h>
 
-#if defined (ANDROID) || defined(WIN32)
+#ifdef ANDROID
 namespace std
 {