summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
eedb154)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8863
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// We must relay Timer events to wxTimer's processing function
//
if (pMsg->msg == WM_TIMER)
// We must relay Timer events to wxTimer's processing function
//
if (pMsg->msg == WM_TIMER)
- wxTimerProc(NULL, 0, pMsg->mp1, 0);
+ wxTimerProc(NULL, 0, (int)pMsg->mp1, 0);
//
// For some composite controls (like a combobox), wndThis might be NULL
//
// For some composite controls (like a combobox), wndThis might be NULL
!else
# Update the dynamic link library
!else
# Update the dynamic link library
-$(WXDIR)\lib\wx22.dll: $(OBJECTS)
+$(WXDIR)\lib\wx23.dll: $(OBJECTS)
icc @<<
/B" $(LINKFLAGS)" /Fe$@
$(LIBS)
$(DUMMYOBJ)
$(OBJECTS)
icc @<<
/B" $(LINKFLAGS)" /Fe$@
$(LIBS)
$(DUMMYOBJ)
$(OBJECTS)
- implib $(WXDIR)\lib\wx22.lib $(WXDIR)\lib\wx22.def
+ implib $(WXDIR)\lib\wx23.lib $(WXDIR)\lib\wx23.def
rd ..\os2\$D
del $(LIBTARGET)
!if "$(WXMAKINGDLL)" == "1"
rd ..\os2\$D
del $(LIBTARGET)
!if "$(WXMAKINGDLL)" == "1"
- erase /N ..\..\lib\wx22.lib
+ erase /N ..\..\lib\wx23.lib
IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject)
IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject)