mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-14 14:05:55 +08:00
Drop #error "admesh works correctly on little endian machines only"
admesh works fine on little-endian machines as of b9592961. It just doesn't compile because of this pesky #error.
This commit is contained in:
parent
90c192e8ed
commit
94420acc2b
@ -28,10 +28,6 @@
|
|||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <boost/detail/endian.hpp>
|
#include <boost/detail/endian.hpp>
|
||||||
|
|
||||||
#ifndef BOOST_LITTLE_ENDIAN
|
|
||||||
#error "admesh works correctly on little endian machines only!"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
#if defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
|
||||||
#include "windows.h"
|
#include "windows.h"
|
||||||
#define ADMESH_CHAR wchar_t
|
#define ADMESH_CHAR wchar_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user