From cb2f9f3e7bb3124a95a723f1a7678c28e2bb0644 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 18 Jul 2012 20:16:35 +0200 Subject: Use GTK+ file dialogs on Windows too, the Win32 dialogs are too buggy --- src/common/thread.c | 2 ++ src/common/thread.h | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/common') 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 #include "thread.h" @@ -31,3 +32,4 @@ thread_start (thread *th, void *(*start_routine)(void *), void *arg) return 1; } +#endif diff --git a/src/common/thread.h b/src/common/thread.h index 7ca0f937..97a4ed30 100644 --- a/src/common/thread.h +++ b/src/common/thread.h @@ -1,3 +1,4 @@ +#if 0 /* native file dialogs */ #include typedef struct @@ -8,3 +9,4 @@ typedef struct thread *thread_new (void); int thread_start (thread *th, void *(*start_routine)(void *), void *arg); +#endif -- cgit 1.4.1