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

This commit is contained in:
Cedric BAIL 2015-04-28 16:52:57 +02:00
parent 61e2718907
commit d63593fc64
2 changed files with 3 additions and 2 deletions

View File

@ -201,6 +201,9 @@ typedef unsigned long gid_t;
#define sigsetjmp(Env, Save) setjmp(Env)
#undef EAPI
#define EAPI
#ifdef __cplusplus
}
#endif

View File

@ -1,8 +1,6 @@
#ifndef __EVIL_MACRO_H__
#define __EVIL_MACRO_H__
#ifdef EAPI
# undef EAPI
#endif /* EAPI */