666{
667#ifdef __WINE_WINTERNL_H
669
670 if (pRtlInitializeBitMap)
671 {
672 test_RtlInitializeBitMap();
673 test_RtlSetAllBits();
674 test_RtlClearAllBits();
675 test_RtlSetBits();
676 test_RtlClearBits();
677 test_RtlCheckBit();
678 test_RtlAreBitsSet();
679 test_RtlAreBitsClear();
680 test_RtlNumberOfSetBits();
681 test_RtlNumberOfClearBits();
682 test_RtlFindSetBitsAndClear();
683 test_RtlFindClearBitsAndSet();
684 test_RtlFindMostSignificantBit();
685 test_RtlFindLeastSignificantBit();
686 test_RtlFindSetRuns();
687 test_RtlFindClearRuns();
688 test_RtlFindNextForwardRunSet();
689 test_RtlFindNextForwardRunClear();
690 }
691#endif
692}
static void InitFunctionPtrs(void)