eeze: remove the need to order the header correctly for Windows.

This commit is contained in:
Cedric BAIL 2015-04-28 15:09:59 +02:00
parent 59fb53c4cc
commit e2f69adcf0
2 changed files with 9 additions and 3 deletions

View File

@ -705,4 +705,7 @@ EAPI void *eeze_udev_watch_del(Eeze_Udev_Watch *watch);
}
#endif
#undef EAPI
#define EAPI
#endif

View File

@ -1,6 +1,9 @@
#ifndef EEZE_NET_H
#define EEZE_NET_H
#include <Eina.h>
#include <Ecore.h>
#ifdef EAPI
# undef EAPI
#endif
@ -15,9 +18,6 @@
# define EAPI
#endif
#include <Eina.h>
#include <Ecore.h>
/**
* @file Eeze_Net.h
* @brief Network manipulation
@ -62,4 +62,7 @@ EAPI Eina_List *eeze_net_list(void);
#endif
/** @} */
#undef EAPI
#define EAPI
#endif