Ignore:
Timestamp:
Nov 5, 1999, 10:17:27 AM (26 years ago)
Author:
sandervl
Message:

EBs fixes

File:
1 edited

Legend:

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

    r1504 r1606  
    1 /* $Id: oslibmsg.cpp,v 1.6 1999-10-28 22:41:00 sandervl Exp $ */
     1/* $Id: oslibmsg.cpp,v 1.7 1999-11-05 09:16:22 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    145145  }
    146146
     147  if(msg >= WIN32APP_USERMSGBASE)
     148    return msg - WIN32APP_USERMSGBASE;
     149
    147150  for(int i=0;i<MAX_MSGTRANSTAB;i++)
    148151  {
Note: See TracChangeset for help on using the changeset viewer.