The hoops one has to jump through.
[p5sagit/p5-mst-13.2.git] / wince / win32thread.c
index 51b33d5..a94ffa4 100644 (file)
@@ -3,12 +3,6 @@
 #include "EXTERN.h"
 #include "perl.h"
 
-#if defined(PERL_OBJECT)
-#define NO_XSLOCKS
-extern CPerlObj* pPerl;
-#include "XSUB.h"
-#endif
-
 #ifdef USE_DECLSPEC_THREAD
 __declspec(thread) void *PL_current_context = NULL;
 #endif