mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Update WipeTowerPrusaMM.cpp (#464)
Resolves compile error on Win XP / Win 7 with native toolchain MinGW32-w64 on perl 5.26 or Citrusperl 5.24.
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
#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