]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listbox.cpp
use wx/crt.h as the 'official' header for wxCRT wrappers instead of wxchar.h; add...
[wxWidgets.git] / src / msw / listbox.cpp
index e9f8db9e3aab2a1e0d1031581ea5eceef69ee2e3..f85cec4b550f1790616be6f787eea5298cde6446 100644 (file)
@@ -798,7 +798,7 @@ bool wxListBox::MSWOnDraw(WXDRAWITEMSTRUCT *item)
     if ( itemID == (UINT)-1 )
         return false;
 
-    long data = ListBox_GetItemData(GetHwnd(), pStruct->itemID);
+    LRESULT data = ListBox_GetItemData(GetHwnd(), pStruct->itemID);
 
     wxCHECK( data && (data != LB_ERR), false );