cabinet: Replace strcasecmp call with lstrcmpiA as strcasecmp isn't portable and...
commit903a486dc0efce1dfae4bf0f66447f63e6312255
authorRob Shearman <rob@codeweavers.com>
Sat, 16 Feb 2008 15:35:43 +0000 (16 15:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Feb 2008 11:20:35 +0000 (18 12:20 +0100)
tree915e7f2c5ab6b016f83216ea71eb1c98e014c966
parent3bd142e9070165e20416c2e73ec31f0fbbcfe5f4
cabinet: Replace strcasecmp call with lstrcmpiA as strcasecmp isn't portable and doesn't take into account the current codepage.
dlls/cabinet/fdi.c