From f193b91fd8aa16d377476137a7a84ea1fc6682b9 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 28 Apr 2015 16:51:57 +0200 Subject: [PATCH] emotion: remove the need to order the header correctly for Windows. --- src/lib/emotion/Emotion.h | 3 +++ 1 file changed, 3 insertions(+) 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