Ignore:
Timestamp:
Feb 6, 2000, 6:39:35 PM (26 years ago)
Author:
cbratschi
Message:

ported WinHelpA from WINE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/pmwindow.cpp

    r2552 r2668  
    1 /* $Id: pmwindow.cpp,v 1.83 2000-01-28 22:25:59 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.84 2000-02-06 17:39:33 cbratschi Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    355355    case WM_BUTTON3MOTIONEND:
    356356    case WM_BUTTON3CLICK:
    357         goto RunDefWndProc;
     357        rc = TRUE;
     358        break;
    358359
    359360    case WM_MOUSEMOVE:
Note: See TracChangeset for help on using the changeset viewer.