diff options
Diffstat (limited to 'src/common/thread.c')
-rw-r--r-- | src/common/thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/thread.c b/src/common/thread.c index 02b17cfb..ba808737 100644 --- a/src/common/thread.c +++ b/src/common/thread.c @@ -1,3 +1,4 @@ +#if 0 /* native file dialogs */ #include <fcntl.h> #include "thread.h" @@ -31,3 +32,4 @@ thread_start (thread *th, void *(*start_routine)(void *), void *arg) return 1; } +#endif |