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

Fix: macro errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.