Thomas Mullaly thomas.mullaly@gmail.com writes:
dlls/urlmon/uri.c | 27 ++++++--------------------- dlls/urlmon/urlmon_main.h | 14 ++++++++++++++ 2 files changed, 20 insertions(+), 21 deletions(-) From 7528b6b58256cba3ef53937e0ff7dbc3593f684a Mon Sep 17 00:00:00 2001 From: Thomas Mullaly tmullaly@codeweavers.com Date: Sun, 20 Mar 2011 16:28:59 -0400 Subject: urlmon: Removed str_last_of in favor of strnrchrW
It's called memrchrW.