mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Comprimed the previous pull request.
This commit is contained in:
@@ -6,17 +6,10 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
|
||||
#ifdef __linux
|
||||
#if defined(__linux) || defined(__GNUC__ )
|
||||
#include <strings.h>
|
||||
#endif /* __linux */
|
||||
|
||||
/*-------ADD THIS ----------------*/
|
||||
/*----- Error --> strcasecmp was not declared ----*/
|
||||
#ifdef __GNUC__
|
||||
#include <strings.h>
|
||||
#endif
|
||||
/*-------ADD THIS ----------------*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define strcasecmp _stricmp
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user