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

This commit is contained in:
Cedric BAIL 2015-04-28 15:28:24 +02:00
parent c7d8d83c47
commit e1dee32e26
5 changed files with 5 additions and 7 deletions

View File

@ -48,10 +48,6 @@
extern "C" {
#endif
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
/**
* @page elua_main Elua library (BETA)
*
@ -458,4 +454,7 @@ EAPI int elua_util_error_report(const Elua_State *es, int status);
} // extern "C" {
#endif
#undef EAPI
#define EAPI
#endif

View File

@ -1,4 +1,3 @@
#include "Elua.h"
#include "elua_private.h"
#include <sys/types.h>

View File

@ -1,4 +1,3 @@
#include "Elua.h"
#include "elua_private.h"
static Eina_Prefix *_elua_pfx = NULL;

View File

@ -28,6 +28,8 @@
#include <lualib.h>
#include <lauxlib.h>
#include "Elua.h"
struct _Elua_State
{
lua_State *luastate;

View File

@ -1,4 +1,3 @@
#include "Elua.h"
#include "elua_private.h"
/* expand fname to full path name (so that PATH is ignored) plus turn