Changeset 1094 for trunk/src/user32/timer.cpp
- Timestamp:
- Sep 29, 1999, 11:31:18 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/timer.cpp
r1066 r1094 1 /* $Id: timer.cpp,v 1. 3 1999-09-26 16:09:04dengert Exp $ */1 /* $Id: timer.cpp,v 1.4 1999-09-29 09:31:18 dengert Exp $ */ 2 2 3 3 /* … … 74 74 75 75 if (i == NB_TIMERS) /* no matching timer found */ 76 return ( TRUE); /* eatmessage */76 return (FALSE); /* forward message */ 77 77 78 78 pMsg->mp1 = MPFROMLONG (pTimer->id); 79 pMsg->mp2 = MPFROMLONG (TRUE); /* mark for Win32 */ 79 80 if (!pTimer->proc) 80 81 return (FALSE); /* forward message */
Note:
See TracChangeset
for help on using the changeset viewer.