Index: PC/dl_nt.c =================================================================== --- PC/dl_nt.c (Revision 59200) +++ PC/dl_nt.c (Arbeitskopie) @@ -13,6 +13,8 @@ char dllVersionBuffer[16] = ""; // a private buffer +#ifdef Py_ENABLE_SHARED + // Python Globals HMODULE PyWin_DLLhModule = NULL; const char *PyWin_DLLVersionString = dllVersionBuffer; @@ -35,3 +37,6 @@ } return TRUE; } + +#endif /* Py_ENABLE_SHARED */ +