- Timestamp:
- Dec 17, 1999, 6:25:28 PM (26 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/hmdevice.cpp
r2053 r2100 1 /* $Id: hmdevice.cpp,v 1.1 2 1999-12-10 14:06:11sandervl Exp $ */1 /* $Id: hmdevice.cpp,v 1.13 1999-12-17 17:25:10 sandervl Exp $ */ 2 2 3 3 /* … … 20 20 #include <odin.h> 21 21 #include <os2win.h> 22 #include <win32type.h>23 22 #include <misc.h> 24 23 #include "HandleManager.h" -
trunk/src/user32/wsprintf.cpp
r1810 r2100 1 /* $Id: wsprintf.cpp,v 1. 2 1999-11-22 20:33:25sandervl Exp $ */1 /* $Id: wsprintf.cpp,v 1.3 1999-12-17 17:24:52 sandervl Exp $ */ 2 2 3 3 /* … … 19 19 #include <odinwrap.h> 20 20 #include <os2sel.h> 21 #include <os2win.h> 21 22 22 23 #include <stdarg.h> 23 24 #include <string.h> 24 #include "wine/winbase16.h"25 #include "winuser.h"26 //#include "ldt.h"27 25 #include "stackframe.h" 28 26 #include "module.h"
Note:
See TracChangeset
for help on using the changeset viewer.