aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/amule-devel/files/patch-src__PlatformSpecific.h
blob: c21e9b5e135a46faf63ec98d1d0a7d4e0e06c173 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/PlatformSpecific.h.orig 2011-11-20 19:08:59.000000000 +0100
+++ src/PlatformSpecific.h  2012-10-13 12:34:46.000000000 +0200
@@ -100,6 +100,8 @@
 {
    switch (GetFilesystemType(path)) {
        case fsFAT:
+       // Backported from r10794
+       case fsNTFS:
        case fsHFS:
            return false;
        default: