The GetProfileString API in Windows 9x stripped trailing white space (including tabs) from the end of INI file strings. In ...

The GetProfileString API in Windows 9x stripped trailing white space (including tabs) from the end of INI file strings. In Windows XP, the full line is returned, including the white space at the end. This can sometimes result in bitmaps failing to load because the filename is invalid. This compatibility fix causes the Windows XP version of the GetProfileString API to emulate the behavior of the Windows 9x version. Applies to: Windows 95, Windows 98