Move Windows stuff to 2.2, so CVS builds won't interfere with 2.1
installations.
diff --git a/PC/config.h b/PC/config.h
index f26d0e4..a69c73b 100644
--- a/PC/config.h
+++ b/PC/config.h
@@ -327,9 +327,9 @@
    more (other compilers will still need to do so, but that's taken care
    of by the Distutils, so it's not a problem). */
 #ifdef _DEBUG
-#pragma comment(lib,"python21_d.lib")
+#pragma comment(lib,"python22_d.lib")
 #else
-#pragma comment(lib,"python21.lib")
+#pragma comment(lib,"python22.lib")
 #endif
 #endif /* USE_DL_EXPORT */