Changeset 1953
- Timestamp:
- Dec 3, 1999, 2:22:27 AM (25 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/changelog ¶
r1950 r1953 1 /* $Id: changelog,v 1.499 1999-12-02 19:32:48 sandervl Exp $ */ 1 /* $Id: changelog,v 1.500 1999-12-03 01:22:27 phaller Exp $ */ 2 3 99-12-02: Patrick Haller <phaller@gmx.net> 4 - WSOCK32\NEW: Improvements. 5 - INCLUDE: Some macro fixes in misc.h and odinwrap.h 2 6 3 7 99-12-02: Sander van Leeuwen <sandervl@xs4all.nl> -
TabularUnified trunk/include/misc.h ¶
r1669 r1953 1 /* $Id: misc.h,v 1.1 0 1999-11-09 19:21:36 sandervlExp $ */1 /* $Id: misc.h,v 1.11 1999-12-03 01:20:02 phaller Exp $ */ 2 2 3 3 /* … … 44 44 #else 45 45 #define dprintf(a) 46 #define dprintf2(a) 46 47 #define eprintf(a) 47 48 #define dassert(a, b) -
TabularUnified trunk/include/odinwrap.h ¶
r1696 r1953 1 /* $Id: odinwrap.h,v 1.1 6 1999-11-10 22:42:07phaller Exp $ */1 /* $Id: odinwrap.h,v 1.17 1999-12-03 01:20:02 phaller Exp $ */ 2 2 3 3 /* … … 711 711 712 712 #define ODINPROCEDURE14(cName,t1,a1,t2,a2,t3,a3,t4,a4,t5,a5,t6,a6,t7,a7,t8,a8,t9,a9,t10,a10,t11,a11,t12,a12,t13,a13,t14,a14) \ 713 void ODIN_INTERNAL ODIN_##cName (t1 a1,t2 a2,t3 a3,t4 a4,t5 a5,t6 a6,t7 a7,t8 a8,t9 a9,t10 a10,t11 a11,t12 a12,t13 a13,t14 ,a14); \713 void ODIN_INTERNAL ODIN_##cName (t1 a1,t2 a2,t3 a3,t4 a4,t5 a5,t6 a6,t7 a7,t8 a8,t9 a9,t10 a10,t11 a11,t12 a12,t13 a13,t14 a14); \ 714 714 void WINAPI cName(t1 a1,t2 a2,t3 a3,t4 a4,t5 a5,t6 a6,t7 a7,t8 a8,t9 a9,t10 a10,t11 a11,t12 a12,t13 a13,t14 a14) \ 715 715 { \
Note:
See TracChangeset
for help on using the changeset viewer.