mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 13:02:39 -07:00
Fixed a bug in conditional compilation of the Shiny profiler.
This commit is contained in:
@@ -22,6 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||
THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#if SHINY_IS_COMPILED == TRUE
|
||||
|
||||
#include "ShinyTools.h"
|
||||
|
||||
#if SHINY_PLATFORM == SHINY_PLATFORM_WIN32
|
||||
@@ -107,3 +109,5 @@ float ShinyGetTickInvFreq(void) {
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* SHINY_IS_COMPILED */
|
||||
|
||||
Reference in New Issue
Block a user