blob: aa8981d4899e3ba9882816984810186875eef101 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- Modules/SharedSource/OVCINInfo.cpp.orig 2012-05-06 21:47:52.000000000 +0800
+++ Modules/SharedSource/OVCINInfo.cpp 2012-05-06 22:02:40.000000000 +0800
@@ -67,7 +67,7 @@
}
#ifndef WIN32
- #ifdef __linux__
+ #if defined (__linux__) || defined (__FreeBSD__)
int CLFileSelect(const struct dirent *entry)
#else
int CLFileSelect(struct dirent *entry)
|