Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-10-17 10:55:42 +0300
committerbubnikv <bubnikv@gmail.com>2016-10-17 10:55:42 +0300
commit52dc18e350c5379bd13150df1ff289e965204d73 (patch)
tree5c17f1a87184f0b41d2ae3f630d7db958e90164b /xs/src/Shiny/ShinyOutput.h
parent19312d0a1aa8f85a8413216af603baca6ad42960 (diff)
Hopefully fixed compilation of the Shiny profiler on Linux,
where the Shiny profiler shall be disabled.
Diffstat (limited to 'xs/src/Shiny/ShinyOutput.h')
-rw-r--r--xs/src/Shiny/ShinyOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/Shiny/ShinyOutput.h b/xs/src/Shiny/ShinyOutput.h
index 96007138e..ec72e0ece 100644
--- a/xs/src/Shiny/ShinyOutput.h
+++ b/xs/src/Shiny/ShinyOutput.h
@@ -28,7 +28,7 @@ THE SOFTWARE.
#include "ShinyNode.h"
#include "ShinyZone.h"
-#ifdef SHINY_IS_COMPILED
+#if SHINY_IS_COMPILED == TRUE
#ifdef __cplusplus
extern "C" {