summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric BAIL <cedric@osg.samsung.com>2015-04-28 16:51:57 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-05-07 09:53:11 +0200
commitf193b91fd8aa16d377476137a7a84ea1fc6682b9 (patch)
treeaa2b13b7b8b7e2bf80563f4314c5780844d71f23
parent109dc5445182047fd2fcad8820210ef46066c769 (diff)
downloadefl-f193b91fd8aa16d377476137a7a84ea1fc6682b9.tar.gz
emotion: remove the need to order the header correctly for Windows.
-rw-r--r--src/lib/emotion/Emotion.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h
index a776084d38..09c88e131e 100644
--- a/src/lib/emotion/Emotion.h
+++ b/src/lib/emotion/Emotion.h
@@ -1347,4 +1347,7 @@ EAPI const char *emotion_webcam_device_get(const Emotion_Webcam *ew);
}
#endif
+#undef EAPI
+#define EAPI
+
#endif