diff options
author | dequis <dx@dxzone.com.ar> | 2015-12-09 15:20:59 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-12-09 15:20:59 -0300 |
commit | 96766b7f0530ca2e5b4d0fde68337f956e46eb0e (patch) | |
tree | 7ae6496d5d5b0b45d360036def59ba53d40922c1 /src/common.h | |
parent | 544d5a8bba7e00f8b4a8433faea907abce27f557 (diff) | |
download | irssi-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.h | 3 |
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 |