dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/image marshal.c,1.9,1.10


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/image marshal.c,1.9,1.10
Date: Wed, 16 Apr 2003 00:51:30 -0400

Update of /cvsroot/dotgnu-pnet/pnet/image
In directory subversions:/tmp/cvs-serv4908/image

Modified Files:
        marshal.c 
Log Message:


Fix some broken code in the "compact" and "kernel" profiles.


Index: marshal.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/image/marshal.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** marshal.c   31 Jan 2003 03:03:46 -0000      1.9
--- marshal.c   16 Apr 2003 04:51:28 -0000      1.10
***************
*** 199,203 ****
  
  ILUInt32 ILPInvokeGetMarshalType(ILPInvoke *pinvoke, ILMethod *method,
!                                                                unsigned long 
param)
  {
        return IL_META_MARSHAL_DIRECT;
--- 199,205 ----
  
  ILUInt32 ILPInvokeGetMarshalType(ILPInvoke *pinvoke, ILMethod *method,
!                                                                unsigned long 
param, char **customName,
!                                                                int 
*customNameLen, char **customCookie,
!                                                                int 
*customCookieLen)
  {
        return IL_META_MARSHAL_DIRECT;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]