From 7b52ecc9b9ae2f37d8771060e12f1d1f1e165265 Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 28 Apr 2015 14:23:37 +0200 Subject: [PATCH] eet: remove the need to order the header correctly for Windows. --- src/lib/eet/Eet.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/eet/Eet.h b/src/lib/eet/Eet.h index 923f79d687..8ffc1b8b39 100644 --- a/src/lib/eet/Eet.h +++ b/src/lib/eet/Eet.h @@ -4821,9 +4821,11 @@ eet_connection_close(Eet_Connection *conn, Eina_Bool *on_going); /***************************************************************************/ - #ifdef __cplusplus } #endif /* ifdef __cplusplus */ +#undef EAPI +#define EAPI + #endif /* ifndef _EET_H */