cedric pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=24b14b408e26fb215af884b2b5d3f0430e23749d

commit 24b14b408e26fb215af884b2b5d3f0430e23749d
Author: Cedric BAIL <ced...@osg.samsung.com>
Date:   Tue Apr 28 16:52:32 2015 +0200

    ephysics: remove the need to order the header correctly for Windows.
---
 src/lib/ephysics/EPhysics.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/lib/ephysics/EPhysics.h b/src/lib/ephysics/EPhysics.h
index e7c7743..f1c3424 100644
--- a/src/lib/ephysics/EPhysics.h
+++ b/src/lib/ephysics/EPhysics.h
@@ -4725,10 +4725,11 @@ EAPI void ephysics_constraint_del(EPhysics_Constraint 
*constraint);
 /**
  * @}
  */
-
-
 #ifdef __cplusplus
 }
 #endif
 
+#undef EAPI
+#define EAPI
+
 #endif

-- 


Reply via email to