Changeset 12684
- Timestamp:
- Dec 17, 1999, 6:25:28 PM (25 years ago)
- Location:
- tags/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/include/misc.h ¶
r12646 r12684 1 /* $Id: misc.h,v 1.1 2 1999-12-12 14:31:29sandervl Exp $ */1 /* $Id: misc.h,v 1.13 1999-12-17 17:25:28 sandervl Exp $ */ 2 2 3 3 /* … … 10 10 #define __MISC_H__ 11 11 12 #if ndef _OS2WIN_H12 #if !defined(_OS2WIN_H) && !defined(__INCLUDE_WINUSER_H) && !defined(__WINE_WINBASE_H) 13 13 #include <win32type.h> 14 14 #endif -
TabularUnified tags/trunk/include/win32type.h ¶
r12678 r12684 1 /* $Id: win32type.h,v 1. 29 1999-12-17 16:55:12sandervl Exp $ */1 /* $Id: win32type.h,v 1.30 1999-12-17 17:25:28 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 13 13 14 #if ndef __WIN32TYPE_H__14 #if !defined(__WIN32TYPE_H__) && !defined(_OS2WIN_H) && !defined(__INCLUDE_WINUSER_H) && !defined(__WINE_WINBASE_H) 15 15 #define __WIN32TYPE_H__ 16 16 -
TabularUnified tags/trunk/src/kernel32/hmdevice.cpp ¶
r12638 r12684 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" -
TabularUnified tags/trunk/src/user32/wsprintf.cpp ¶
r12396 r12684 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.