1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 08:27:13 +01:00

more comments for including Audacity.h

This commit is contained in:
Paul Licameli
2019-03-23 14:16:05 -04:00
parent 9569cfddf5
commit c698d85cc8
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ It handles initialization and termination by subclassing wxApp.
*//*******************************************************************/
#include "Audacity.h" // This should always be included first; for USE_* macros
#include "Audacity.h" // This should always be included first; for USE_* macros and __UNIX__
#include "AudacityApp.h"
#include "Experimental.h"