Revert "Fix the MDr and MT build"
[mono.git] / mcs / class / corlib / System.Threading / Timer.cs
index 17289071ecf2269904248f9fac647efdde439471..d63e0c73ae00b9f1ba2f4063086eff551205dc46 100644 (file)
@@ -338,7 +338,7 @@ namespace System.Threading
                                                        list.RemoveAt (i);
                                                        count--;
                                                        i--;
-#if NET_2_1
+#if MOONLIGHT
                                                        ThreadPool.QueueUserWorkItem (TimerCaller, timer);
 #else
                                                        ThreadPool.UnsafeQueueUserWorkItem (TimerCaller, timer);