From e252d8cab06e038e5801652bedf02de9170c7945 Mon Sep 17 00:00:00 2001 From: dequis Date: Sat, 27 Sep 2014 11:54:35 -0300 Subject: RIP native win32 support (use cygwin instead) It has been broken for a very long time and nobody cared about it. --- protocols/oscar/rxqueue.c | 2 -- protocols/oscar/txqueue.c | 2 -- 2 files changed, 4 deletions(-) (limited to 'protocols/oscar') diff --git a/protocols/oscar/rxqueue.c b/protocols/oscar/rxqueue.c index 081e967c..9ac8466e 100644 --- a/protocols/oscar/rxqueue.c +++ b/protocols/oscar/rxqueue.c @@ -8,9 +8,7 @@ #include -#ifndef _WIN32 #include -#endif /* * diff --git a/protocols/oscar/txqueue.c b/protocols/oscar/txqueue.c index d38986d0..e48511fa 100644 --- a/protocols/oscar/txqueue.c +++ b/protocols/oscar/txqueue.c @@ -8,9 +8,7 @@ #include #include "im.h" -#ifndef _WIN32 #include -#endif /* * Allocate a new tx frame. -- cgit v1.2.3