mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-29 15:19:44 +02:00
No longer need header replacement for sbsms.h
This commit is contained in:
parent
25ab87168d
commit
5107c0f350
@ -1,16 +0,0 @@
|
||||
// -*- mode: c++ -*-
|
||||
// Indirectly include SBSMS header so that we can disable warnings about unused parameters
|
||||
// when compiling Audacity itself.
|
||||
|
||||
#ifdef _MSC_VER
|
||||
// If this is compiled with MSVC (Visual Studio)
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4100)
|
||||
#include "../sbsms/include/sbsms.h"
|
||||
#pragma warning( pop )
|
||||
|
||||
#else //_MSC_VER
|
||||
|
||||
#include "../sbsms/include/sbsms.h"
|
||||
|
||||
#endif //_MSC_VER
|
@ -19,7 +19,7 @@
|
||||
#if USE_SBSMS
|
||||
|
||||
#include "Effect.h"
|
||||
#include "../../../lib-src/header-substitutes/sbsms.h"
|
||||
#include <sbsms.h>
|
||||
|
||||
using namespace _sbsms_;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user