mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-20 17:41:13 +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:
@@ -73,8 +73,8 @@ bool FileNames::HardLinkFile( const wxString& file1, const wxString& file2 )
|
||||
{
|
||||
#ifdef __WXMSW__
|
||||
|
||||
// return ::CreateHardLinkA( file1.c_str(), file2.c_str(), NULL );
|
||||
return false;
|
||||
return ::CreateHardLinkA( file1.c_str(), file2.c_str(), NULL );
|
||||
//return false;
|
||||
|
||||
#else
|
||||
|
||||
|
Reference in New Issue
Block a user