Changeset 1953


Ignore:
Timestamp:
Dec 3, 1999, 2:22:27 AM (25 years ago)
Author:
phaller
Message:

Fix: macro errors

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
    26
    37 99-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
  • TabularUnified trunk/include/misc.h

    r1669 r1953  
    1 /* $Id: misc.h,v 1.10 1999-11-09 19:21:36 sandervl Exp $ */
     1/* $Id: misc.h,v 1.11 1999-12-03 01:20:02 phaller Exp $ */
    22
    33/*
     
    4444#else
    4545  #define dprintf(a)
     46  #define dprintf2(a)
    4647  #define eprintf(a)
    4748  #define dassert(a, b)
  • TabularUnified trunk/include/odinwrap.h

    r1696 r1953  
    1 /* $Id: odinwrap.h,v 1.16 1999-11-10 22:42:07 phaller Exp $ */
     1/* $Id: odinwrap.h,v 1.17 1999-12-03 01:20:02 phaller Exp $ */
    22
    33/*
     
    711711
    712712#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);  \
    714714  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)    \
    715715  {                               \
Note: See TracChangeset for help on using the changeset viewer.