Hopefully fixed compilation of the Shiny profiler on Linux,

where the Shiny profiler shall be disabled.
This commit is contained in:
bubnikv 2016-10-17 09:55:42 +02:00
parent 19312d0a1a
commit 52dc18e350
8 changed files with 24 additions and 25 deletions

View file

@ -33,7 +33,7 @@ THE SOFTWARE.
#include <stdio.h>
#ifdef SHINY_IS_COMPILED
#if SHINY_IS_COMPILED == TRUE
#ifdef __cplusplus
extern "C" {