]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed the return type of LoadIcon()
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Jan 2003 22:46:53 +0000 (22:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Jan 2003 22:46:53 +0000 (22:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/winundef.h

index d9eb7c339d872885342860e483004e790586ca03..a3f6a6c99dc6642a293cc4931b4139017b2ac974 100644 (file)
 // LoadIcon
 #ifdef LoadIcon
     #undef LoadIcon
-    inline HINSTANCE LoadIcon(HINSTANCE hInstance, LPCTSTR lpIconName)
+    inline HICON LoadIcon(HINSTANCE hInstance, LPCTSTR lpIconName)
     {
         #ifdef _UNICODE
             return LoadIconW(hInstance, lpIconName);