23a24 > #include 39a41 > 57c59,63 < if ((fMask & CMIC_MASK_SHIFT_DOWN) == 0) --- > > //if ((fMask & CMIC_MASK_SHIFT_DOWN) >= 0) //Quantic08: Always returns 0 - this is broken > if (GetAsyncKeyState(VK_SHIFT) < 0) > ERR("Shift key depressed, deleting file instead of sending to Recycle Bin...\n"); > else 58a65 > 60c67 < --- >