diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2018-01-03 06:23:10 +0100 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2018-01-04 12:59:47 -0800 |
commit | 4ae6eeb2cffa68336beedaeacf8874c93f15feda (patch) | |
tree | 9c212d00728a35922c468725a382cd6c0fb40d63 /src/lib/evas/file/evas_path.c | |
parent | 6c42801bac1343629ded606e6960bb656ec86ff8 (diff) |
efl: remove _MSC_VER (Visual Studio macro) usage in source code
Diffstat (limited to '')
-rw-r--r-- | src/lib/evas/file/evas_path.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/evas/file/evas_path.c b/src/lib/evas/file/evas_path.c index 6144759616..19eabe4835 100644 --- a/src/lib/evas/file/evas_path.c +++ b/src/lib/evas/file/evas_path.c | |||
@@ -13,10 +13,8 @@ | |||
13 | #include <sys/stat.h> | 13 | #include <sys/stat.h> |
14 | /* get the casefold feature! */ | 14 | /* get the casefold feature! */ |
15 | #include <fnmatch.h> | 15 | #include <fnmatch.h> |
16 | #ifndef _MSC_VER | 16 | #include <unistd.h> |
17 | # include <unistd.h> | 17 | #include <sys/param.h> |
18 | # include <sys/param.h> | ||
19 | #endif | ||
20 | 18 | ||
21 | #ifdef _WIN32 | 19 | #ifdef _WIN32 |
22 | # include <Evil.h> | 20 | # include <Evil.h> |