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/evas/cache2 | |
parent | 7db24851936e7fe654ba77cbad47316577cce5f7 (diff) |
EFL For WIN32: Replace HAVE_EVIL define with _WIN32
Diffstat (limited to 'src/lib/evas/cache2')
-rw-r--r-- | src/lib/evas/cache2/evas_cache2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/cache2/evas_cache2.c b/src/lib/evas/cache2/evas_cache2.c index 996a2a4c5c..c791e9999d 100644 --- a/src/lib/evas/cache2/evas_cache2.c +++ b/src/lib/evas/cache2/evas_cache2.c | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <sys/stat.h> | 8 | #include <sys/stat.h> |
9 | #include <errno.h> | 9 | #include <errno.h> |
10 | 10 | ||
11 | #ifdef HAVE_EVIL | 11 | #ifdef _WIN32 |
12 | # include <Evil.h> | 12 | # include <Evil.h> |
13 | #endif | 13 | #endif |
14 | 14 | ||