JPEG-LS plugin (JPEG_LS.dll) not loaded when I open a JLS file to view.
This occurs because of unneeded Windows version checking before calling "LoadLibraryW" function:
This occurs because of unneeded Windows version checking before calling "LoadLibraryW" function:
Code:
I_View32.exe 4.54 ----------------- 00490028: call 004B78F0 0049002D: test eax, eax 0049002F: jne 0048FEC1 ; !!! JUMP DOES NOT HAPPENS !!!
Comment