summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authordequis <dx@dxzone.com.ar>2015-12-09 15:20:59 -0300
committerdequis <dx@dxzone.com.ar>2015-12-09 15:20:59 -0300
commit96766b7f0530ca2e5b4d0fde68337f956e46eb0e (patch)
tree7ae6496d5d5b0b45d360036def59ba53d40922c1 /src/common.h
parent544d5a8bba7e00f8b4a8433faea907abce27f557 (diff)
downloadirssi-96766b7f0530ca2e5b4d0fde68337f956e46eb0e.zip
Remove all WIN32 ifdefs (unifdef -UWIN32)
Just use cygwin. This looks like it wasn't enough to do anything useful, and I don't think anyone cares about supporting win32 the hard way.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common.h b/src/common.h
index 86a079fe..0cf951b3 100644
--- a/src/common.h
+++ b/src/common.h
@@ -34,9 +34,6 @@
# include <dirent.h>
#endif
#include <fcntl.h>
-#ifdef WIN32
-# include <win32-compat.h>
-#endif
#include <glib.h>
#ifdef HAVE_GMODULE