mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-12 00:30:19 +00:00
Use GTK+ file dialogs on Windows too, the Win32 dialogs are too buggy
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user