]> git.saurik.com Git - wxWidgets.git/commit - include/wx/utils.h
Optionally return length from wxLoadUserResource().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Sep 2009 16:29:57 +0000 (16:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 19 Sep 2009 16:29:57 +0000 (16:29 +0000)
commit59d43911b4041a2da255829570aa415e2893f613
tree999d7f4aed0dfc6ba60a9d8e7aa446100dd97e54
parentb0edecea489b62db69eb74ca8f7623132cceab54
Optionally return length from wxLoadUserResource().

Add optional length output parameter and also change the return type to "char
*" from "wxChar *" to which it apparently was blindly changed just to make
this code compile even though this function never returned any strings.

Closes #11214.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/utils.h
src/msw/utilsgui.cpp