From 3c241aef9e6b21cf9e614a895efe4b8eef63be50 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sun, 12 Dec 2010 11:45:53 -0800 Subject: [PATCH] don't undefined SLIST --- lib/roken/roken-common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index d9369a3e1..a819d510d 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -150,11 +150,6 @@ #endif /* !_WIN32 */ -/* Minimize conflict with WinNT.h */ -#ifdef SLIST_ENTRY -#undef SLIST_ENTRY -#endif - #ifndef PATH_MAX #define PATH_MAX MAX_PATH #endif