mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
This is only comments, in files where USE_ macros are tested...
... following the comment convention used in the preceding commit.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
*//*******************************************************************/
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
#include "XMLTagHandler.h"
|
||||
|
||||
#include "../MemoryX.h"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#ifndef __AUDACITY_XML_TAG_HANDLER__
|
||||
#define __AUDACITY_XML_TAG_HANDLER__
|
||||
|
||||
#include "../Audacity.h"
|
||||
#include "../Audacity.h" // for USE_* macros
|
||||
|
||||
#include <wx/string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user