diff options
author | Vincent 'vtorri' Torri <vincent.torri@gmail.com> | 2017-09-22 05:06:10 -0500 |
---|---|---|
committer | Stephen 'Okra' Houston <smhouston88@gmail.com> | 2017-09-22 05:06:10 -0500 |
commit | 0cdd50124690ea0d72bef304fff15b4be2adee41 (patch) | |
tree | c6cfefef7351a7d0ba4bd32028f9c24e081edefc /src/lib/ephysics | |
parent | 7db24851936e7fe654ba77cbad47316577cce5f7 (diff) |
EFL For WIN32: Replace HAVE_EVIL define with _WIN32
Diffstat (limited to 'src/lib/ephysics')
-rw-r--r-- | src/lib/ephysics/ephysics_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ephysics/ephysics_private.h b/src/lib/ephysics/ephysics_private.h index e8aeb20d06..ded1d14011 100644 --- a/src/lib/ephysics/ephysics_private.h +++ b/src/lib/ephysics/ephysics_private.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef _EPHYSICS_PRIVATE_H | 1 | #ifndef _EPHYSICS_PRIVATE_H |
2 | #define _EPHYSICS_PRIVATE_H | 2 | #define _EPHYSICS_PRIVATE_H |
3 | 3 | ||
4 | #ifdef HAVE_EVIL | 4 | #ifdef _WIN32 |
5 | # include <Evil.h> | 5 | # include <Evil.h> |
6 | #endif | 6 | #endif |
7 | 7 | ||