OpenMPT legacy: Correct header import paths so that the correct version of OpenMPT framework headers are used
parent
1eb2270049
commit
7ee76f914a
|
@ -10,7 +10,7 @@
|
|||
#ifndef LIBOPENMPT_HPP
|
||||
#define LIBOPENMPT_HPP
|
||||
|
||||
#include <libOpenMPT/libopenmpt_config.h>
|
||||
#include <libOpenMPTOld/libopenmpt_config.h>
|
||||
|
||||
#include <exception>
|
||||
#include <iosfwd>
|
||||
|
|
|
@ -178,6 +178,6 @@ LIBOPENMPT_DEPRECATED static const int LIBOPENMPT_DEPRECATED_STRING_CONSTANT = 0
|
|||
#endif
|
||||
|
||||
|
||||
#include <libOpenMPT/libopenmpt_version.h>
|
||||
#include <libOpenMPTOld/libopenmpt_version.h>
|
||||
|
||||
#endif /* LIBOPENMPT_CONFIG_H */
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright 2018 __LoSnoCo__. All rights reserved.
|
||||
//
|
||||
|
||||
#import <libOpenMPT/libopenmpt.hpp>
|
||||
#import <libOpenMPTOld/libopenmpt.hpp>
|
||||
|
||||
#import "OMPTContainer.h"
|
||||
#import "OMPTDecoder.h"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
#import <Cocoa/Cocoa.h>
|
||||
|
||||
#import <libOpenMPT/libopenmpt.hpp>
|
||||
#import <libOpenMPTOld/libopenmpt.hpp>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
#import "OMPTMetadataReader.h"
|
||||
#import "OMPTDecoder.h"
|
||||
|
||||
#import <libOpenMPT/libopenmpt.hpp>
|
||||
#import <libOpenMPTOld/libopenmpt.hpp>
|
||||
|
||||
#import "Logging.H"
|
||||
|
||||
|
|
Loading…
Reference in New Issue