diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 20:16:35 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-18 20:16:35 +0200 |
commit | cb2f9f3e7bb3124a95a723f1a7678c28e2bb0644 (patch) | |
tree | 9093733dc218025823cc93fa51d1e4d48df67509 /src/common/thread.c | |
parent | b63a4ced195f720c832c3c0c05035fdfd065638c (diff) |
Use GTK+ file dialogs on Windows too, the Win32 dialogs are too buggy
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 |