mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-04 08:04:06 +01: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__
 | 
					#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
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user