1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-26 23:30:17 +01:00

Remove access.cpp, now unnecessary. Turns out that wxWidgets 2.8.12 removed the line that was commented out.

Update setup.h to be minimally different from the standard version, while maintaining functional differences.

Update compile.txt accordingly.
This commit is contained in:
v.audacity
2011-11-28 01:08:37 +00:00
parent 96f8d0a42d
commit c83144f728
3 changed files with 9 additions and 2026 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: include/wx/msw/setup.h
// Name: wx/msw/setup.h
// Purpose: Configuration for the library
// Author: Julian Smart
// Modified by:
@@ -1054,7 +1054,7 @@
// ----------------------------------------------------------------------------
// wxSingleInstanceChecker class allows to verify at startup if another program
// instance is running (available only under Win32).
// instance is running.
//
// Default is 1
//