mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
Bug 1979 - Activate Paul's fix for Windows too.
I tested the basics, and no block files were lost.
This commit is contained in:
parent
ffa67d2b1e
commit
cdf9d63760
@ -73,8 +73,8 @@ bool FileNames::HardLinkFile( const wxString& file1, const wxString& file2 )
|
|||||||
{
|
{
|
||||||
#ifdef __WXMSW__
|
#ifdef __WXMSW__
|
||||||
|
|
||||||
// return ::CreateHardLinkA( file1.c_str(), file2.c_str(), NULL );
|
return ::CreateHardLinkA( file1.c_str(), file2.c_str(), NULL );
|
||||||
return false;
|
//return false;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user