mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-29 16:50:12 +01:00
Remove allegro.h from other headers
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
#include "../portsmf/allegro.h"
|
||||
#pragma warning( pop )
|
||||
|
||||
#elif defined(__linux__)
|
||||
|
||||
#include <cstring> // Allegro include fails if this header isn't included due to no memcpy
|
||||
#include "../portsmf/allegro.h"
|
||||
|
||||
#else //_MSC_VER
|
||||
|
||||
#include "../portsmf/allegro.h"
|
||||
|
||||
Reference in New Issue
Block a user