fix header guards
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef _OUTPUTS_H
|
||||
#define _OUTPUTS_H
|
||||
#ifndef NCMPCPP_OUTPUTS_H
|
||||
#define NCMPCPP_OUTPUTS_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
@@ -60,5 +60,5 @@ extern Outputs *myOutputs;
|
||||
|
||||
#endif // ENABLE_OUTPUTS
|
||||
|
||||
#endif
|
||||
#endif // NCMPCPP_OUTPUTS_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user