summary refs log tree commit diff stats
path: root/src/common/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/thread.h')
-rw-r--r--src/common/thread.h2
1 files changed, 2 insertions, 0 deletions
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 <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