···24152415 /* Check whether all static imports were properly loaded and return here */
24162416 if (!NT_SUCCESS(ImportStatus)) return ImportStatus;
2417241724182418-#if (DLL_EXPORT_VERSION >= _WIN32_WINNT_VISTA)
24182418+ /* Following two calls are for Vista+ support, required for winesync */
24192419 /* Initialize the keyed event for condition variables */
24202420 RtlpInitializeKeyedEvent();
24212421-#endif
24212421+ RtlpInitializeThreadPooling();
2422242224232423 /* Initialize TLS */
24242424 Status = LdrpInitializeTls();