Use GTK+ file dialogs on Windows too, the Win32 dialogs are too buggy

This commit is contained in:
Berke Viktor
2012-07-18 20:16:35 +02:00
parent b63a4ced19
commit cb2f9f3e7b
4 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
#if 0 /* native file dialogs */
#include <windows.h>
typedef struct
@@ -8,3 +9,4 @@ typedef struct
thread *thread_new (void);
int thread_start (thread *th, void *(*start_routine)(void *), void *arg);
#endif