This compatibility fix intercepts all of the LZ API calls and either increments or decrements the handles so that a valid handle (from the application's perspective) is always greater than 0 instead of greater than or equal to 0. This compatibility fix applies to applications that treat a handle value of zero as an error. Windows 9x never returned handles of zero, but this is a possibility on Windows XP.
This compatibility fix hooks the CreateProcessA API and ensures that all parameters have acceptable values for Windows XP's ...
This compatibility fix hooks the GetFileVersionInfo and GetFileVersionInfoSize APIs to return the version block for DirectX ...
This compatibility fix hooks the mutex APIs that DirectDraw uses to synchronize exclusive mode access and ensures all synchronization ...
This compatibility fix hooks WinExec if COMMAND_LINE = "nowait" calls CreateProcess without waiting for the created process ...
This compatibility fix intercepts all of the LZ API calls and either increments or decrements the handles so that a valid ...
This compatibility fix intercepts calls made to ExitWindowsEx, waits for DLL_PROCESS_DETACH, and then moves the contents ...
This compatibility fix intercepts calls made to the CreateIcon API and zeros the alpha channel in lpbXORbits. This has the ...
This compatibility fix intercepts calls made to the GetWindowLongA API and redirects them to the GetWindowLongW API to get ...
This compatibility fix intercepts calls made to the mciSendCommand API and ignores any MCI_STOP commands. MCI_STOP on Windows ...