]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
signned/unsigned fix
[wxWidgets.git] / include / wx / msw / private.h
index ab9b6714555a4d4f6f7f95ff166be15e00be3c98..7dc72333fe43298ae7e8a96cd52c111cd2cb5577 100644 (file)
@@ -478,6 +478,11 @@ inline bool wxStyleHasBorder(long style)
 // may return NULL
 extern wxWindow *wxGetWindowFromHWND(WXHWND hwnd);
 
+
+// Get the size of an icon
+wxSize wxGetHiconSize(HICON hicon);
+
+
 #endif // wxUSE_GUI
 
 #endif