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/ecore_file/ecore_file_private.h | |
parent | 7db24851936e7fe654ba77cbad47316577cce5f7 (diff) |
EFL For WIN32: Replace HAVE_EVIL define with _WIN32
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ecore_file/ecore_file_private.h b/src/lib/ecore_file/ecore_file_private.h index 7c33ec8f34..9a02fffd6d 100644 --- a/src/lib/ecore_file/ecore_file_private.h +++ b/src/lib/ecore_file/ecore_file_private.h | |||
@@ -5,7 +5,7 @@ | |||
5 | # include <features.h> | 5 | # include <features.h> |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #ifdef HAVE_EVIL | 8 | #ifdef _WIN32 |
9 | # include <Evil.h> | 9 | # include <Evil.h> |
10 | #endif | 10 | #endif |
11 | 11 | ||