From: Cedric BAIL Date: Tue, 28 Apr 2015 14:51:57 +0000 (+0200) Subject: emotion: remove the need to order the header correctly for Windows. X-Git-Tag: v1.15.0-alpha1~701 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f193b91fd8aa16d377476137a7a84ea1fc6682b9;p=platform%2Fupstream%2Fefl.git emotion: remove the need to order the header correctly for Windows. --- diff --git a/src/lib/emotion/Emotion.h b/src/lib/emotion/Emotion.h index a776084..09c88e1 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