Changeset 2804 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Feb 16, 2000, 3:34:41 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r2533 r2804 1 /* $Id: oslibmsg.cpp,v 1.2 7 2000-01-27 21:50:01sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.28 2000-02-16 14:34:26 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 33 33 #include "oslibwin.h" 34 34 35 #define DBG_LOCALLOG DBG_oslibmsg 36 #include "dbglocal.h" 37 35 38 typedef BOOL (EXPENTRY FNTRANS)(MSG *, QMSG *); 36 39 typedef FNTRANS *PFNTRANS;
Note:
See TracChangeset
for help on using the changeset viewer.