Ignore:
Timestamp:
Nov 25, 2006, 6:18:58 PM (19 years ago)
Author:
cinc
Message:

fixed parameters for wpAllocMem()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpobject.c

    r103 r104  
    4747#include "wpobject.ih"
    4848
    49 NOM_Scope gpointer NOMLINK impl_WPObject_wpAllocMem(WPObject* nomSelf, const CORBA_long cbBytes, const CORBA_long prc, CORBA_Environment *ev)
     49NOM_Scope gpointer NOMLINK impl_WPObject_wpAllocMem(WPObject* nomSelf, const CORBA_unsigned_long cbBytes,
     50                                                    CORBA_unsigned_long* prc, CORBA_Environment *ev)
    5051{
    5152/* WPObjectData* nomThis=WPObjectGetData(nomSelf); */
Note: See TracChangeset for help on using the changeset viewer.