Fix a compiler warning on MS-Windows due to recent changes.
authorEli Zaretskii <eliz@gnu.org>
Thu, 19 Sep 2013 08:25:43 +0000 (11:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 19 Sep 2013 08:25:43 +0000 (11:25 +0300)
commit13d9698ae43a2b156a9081895293ae1b17b5f89e
treef937362ca1ee38cae2a18da9e86944a140bc82dc
parentced135ebdbfb0eea719ce165a454e7ff0b681e88
Fix a compiler warning on MS-Windows due to recent changes.

 src/w32reg.c (w32_get_string_resource): Make the first 2 arguments
 'const char *' to avoid compiler warnings due to similar change in
 the prototype of x_get_string_resource.
src/ChangeLog
src/w32reg.c