mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-28 04:14:27 +03:00
Disable includes inside Shiny sources when SLIC3R_PROFILE symbol is not defined.
This commit is contained in:
@@ -22,16 +22,15 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#if SHINY_IS_COMPILED == TRUE
|
||||
|
||||
#include "ShinyManager.h"
|
||||
|
||||
// #include <malloc.h>
|
||||
#include <malloc.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#if SHINY_IS_COMPILED == TRUE
|
||||
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
|
||||
#define TABLE_SIZE_INIT 256
|
||||
|
||||
Reference in New Issue
Block a user