Changeset 3101 for trunk/src/user32/oslibmsg.cpp
- Timestamp:
- Mar 13, 2000, 2:11:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibmsg.cpp
r2948 r3101 1 /* $Id: oslibmsg.cpp,v 1. 29 2000-02-29 19:16:11sandervl Exp $ */1 /* $Id: oslibmsg.cpp,v 1.30 2000-03-13 13:10:46 sandervl Exp $ */ 2 2 /* 3 3 * Window message translation functions for OS/2 … … 20 20 #define INCL_PM 21 21 #define INCL_DOSPROCESS 22 #include <os2.h>23 22 #include <os2wrap.h> 24 23 #include <string.h> 25 24 #include <misc.h> 26 25 #include "oslibmsg.h" 26 #include <winconst.h> 27 27 #include <win32wnd.h> 28 28 #include "oslibutil.h"
Note:
See TracChangeset
for help on using the changeset viewer.