Changeset 46
- Timestamp:
 - May 7, 2023, 10:18:47 PM (2 years ago)
 - Location:
 - trunk/classes/mm-progs
 - Files:
 - 
      
- 2 edited
 
- 
          
  MMPlayer/mmplayer.c (modified) (1 diff)
 - 
          
  videoplayer/mmplayer.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/classes/mm-progs/MMPlayer/mmplayer.c
r2 r46 831 831 return (MRESULT)0; 832 832 } 833 else if(SHORT1FROMMP(mp1)= IDTIMER_START_PLAYING)833 else if(SHORT1FROMMP(mp1)==IDTIMER_START_PLAYING) 834 834 { 835 835 WinStopTimer(WinQueryAnchorBlock(hwnd), hwnd, IDTIMER_START_PLAYING);  - 
      
trunk/classes/mm-progs/videoplayer/mmplayer.c
r2 r46 840 840 return (MRESULT)0; 841 841 } 842 else if(SHORT1FROMMP(mp1)= IDTIMER_START_PLAYING)842 else if(SHORT1FROMMP(mp1)==IDTIMER_START_PLAYING) 843 843 { 844 844 WinStopTimer(WinQueryAnchorBlock(hwnd), hwnd, IDTIMER_START_PLAYING);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  