# | Line 19 | Line 19 | |
---|---|---|
19 | ||
20 | using namespace std; | |
21 | ||
22 | + | extern "C" |
23 | + | { |
24 | #include <sys/types.h> | |
25 | #include <sys/stat.h> | |
26 | + | } |
27 | ||
28 | #ifndef _WIN32 | |
29 | ||
30 | + | extern "C" |
31 | + | { |
32 | #include <unistd.h> | |
33 | #include <dirent.h> | |
34 | + | } |
35 | ||
36 | const char slash = '/'; | |
37 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |