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/file/evas_path.c | |
parent | 7db24851936e7fe654ba77cbad47316577cce5f7 (diff) |
EFL For WIN32: Replace HAVE_EVIL define with _WIN32
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/file/evas_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/file/evas_path.c b/src/lib/evas/file/evas_path.c index 429519eeae..6144759616 100644 --- a/src/lib/evas/file/evas_path.c +++ b/src/lib/evas/file/evas_path.c | |||
@@ -18,7 +18,7 @@ | |||
18 | # include <sys/param.h> | 18 | # include <sys/param.h> |
19 | #endif | 19 | #endif |
20 | 20 | ||
21 | #ifdef HAVE_EVIL | 21 | #ifdef _WIN32 |
22 | # include <Evil.h> | 22 | # include <Evil.h> |
23 | #endif | 23 | #endif |
24 | 24 | ||