From 5285b3f222dd4b03c3a086fdd64dd8e9f8a3313f Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 17 Oct 2023 01:30:38 +0000 Subject: [PATCH] Fix the build. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4526 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.c b/src/main.c index 4cbcc8cf..31b377d3 100644 --- a/src/main.c +++ b/src/main.c @@ -667,6 +667,7 @@ done: } #endif +#if TARGET_OS_IPHONE void tf_run_thread_start(const char* zip_path) { _startup(0, NULL); @@ -698,3 +699,4 @@ void tf_run_thread_start(const char* zip_path) tf_free(threads); #endif } +#endif