audacia/lib-src/header-substitutes/allegro.h

9 lines
263 B
C
Raw Normal View History

2018-01-06 13:03:48 +00:00
// -*- mode: c++ -*-
// Indirectly include Allegro header so that we can disable warnings about unused parameters
// when compiling Audacity itself.
#pragma warning( push )
#pragma warning( disable : 4100)
#include "../portsmf/allegro.h"
#pragma warning( pop )