mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
Fixed a bug in conditional compilation of the Shiny profiler.
This commit is contained in:
parent
a53bd3dfe9
commit
459a42aab6
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if SHINY_IS_COMPILED == TRUE
|
||||||
|
|
||||||
#include "ShinyTools.h"
|
#include "ShinyTools.h"
|
||||||
|
|
||||||
#if SHINY_PLATFORM == SHINY_PLATFORM_WIN32
|
#if SHINY_PLATFORM == SHINY_PLATFORM_WIN32
|
||||||
|
@ -107,3 +109,5 @@ float ShinyGetTickInvFreq(void) {
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif /* SHINY_IS_COMPILED */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue