mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Define one constant, PLATFORM_MAX_PATH, for maximum path value, so we don't have to do platform-specific conditionals everywhere we want to check it. In fact, we were actually checking that only for Windows. This is follow-on to Richard's message on audacity-devel about "overflow vulns".
Remove unnecessary declaration of MAX_PATH in BlockFile.h.
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
// Microsoft Windows specific include file
|
||||
/**********************************************************************
|
||||
|
||||
Audacity: A Digital Audio Editor
|
||||
Audacity(R) is copyright (c) 1999-2011 Audacity Team.
|
||||
License: GPL v2. See License.txt.
|
||||
|
||||
configwin.h
|
||||
Dominic Mazzoni, et al
|
||||
|
||||
******************************************************************//**
|
||||
|
||||
Microsoft Windows specific include file
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
|
||||
#define MP3SUPPORT 1
|
||||
#define USE_FFMPEG 1 //define this to build with ffmpeg import/export
|
||||
|
||||
Reference in New Issue
Block a user