mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-27 07:01:12 +01:00
Fixed warning about different definitions of the same symbol.
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
|
|
||||||
#define wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG 1
|
#define wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG
|
||||||
|
|
||||||
// Helper class for formatting numbers with thousands separators which also
|
// Helper class for formatting numbers with thousands separators which also
|
||||||
// supports parsing the numbers formatted by it.
|
// supports parsing the numbers formatted by it.
|
||||||
|
|||||||
Reference in New Issue
Block a user