Diff
Not logged in

Differences From Artifact [f4cb9cebdd]:

To Artifact [a7b8e5238e]:


457
458
459
460
461
462
463
464
465
466
467
468
469
470
471

    attr = GetFileAttributesA(nativePath);

    /*
     * nativePath not found
     */

    if (attr == 0xffffffff) {
	res = -1;
	goto done;
    }

    /*
     * If nativePath is not a directory, there is no special handling.
     */







|







457
458
459
460
461
462
463
464
465
466
467
468
469
470
471

    attr = GetFileAttributesA(nativePath);

    /*
     * nativePath not found
     */

    if (attr == 0xFFFFFFFF) {
	res = -1;
	goto done;
    }

    /*
     * If nativePath is not a directory, there is no special handling.
     */