Skip to content

Commit

Permalink
Update M3DWrapper.h
Browse files Browse the repository at this point in the history
  • Loading branch information
kimkulling committed Nov 12, 2021
1 parent 4abf37a commit 608bccd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/AssetLib/M3D/M3DWrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef AI_M3DWRAPPER_H_INC
#define AI_M3DWRAPPER_H_INC

#if !(ASSIMP_BUILD_NO_EXPORT || ASSIMP_BUILD_NO_M3D_EXPORTER) || !ASSIMP_BUILD_NO_M3D_IMPORTER
#ifndef ASSIMP_BUILD_NO_M3D_IMPORTER
#if !(ASSIMP_BUILD_NO_EXPORT || ASSIMP_BUILD_NO_M3D_EXPORTER)

#include <memory>
#include <vector>
Expand Down Expand Up @@ -128,5 +129,6 @@ inline m3d_t *M3DWrapper::M3D() const {
} // namespace Assimp

#endif
#endif // ASSIMP_BUILD_NO_M3D_IMPORTER

#endif // AI_M3DWRAPPER_H_INC

0 comments on commit 608bccd

Please sign in to comment.