summaryrefslogtreecommitdiff
path: root/os/osdep.h
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-15 15:06:51 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-11-15 15:06:51 +0000
commit9826b83826190e514ed115e15691ca015780f9bc (patch)
treee6ede7a76c2edc14ff3025fbc0fb65757327cde0 /os/osdep.h
parentcecb668149e1956fb29bc89855182349122e2f4e (diff)
Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
mingw (Win32) port
Diffstat (limited to 'os/osdep.h')
-rw-r--r--os/osdep.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/osdep.h b/os/osdep.h
index 2b9eb5674..4ab988057 100644
--- a/os/osdep.h
+++ b/os/osdep.h
@@ -260,6 +260,9 @@ extern OsCommPtr AvailableInput;
extern WorkQueuePtr workQueue;
/* added by raphael */
+#ifdef WIN32
+typedef long int fd_mask;
+#endif
#define ffs mffs
extern int mffs(fd_mask);