Ignore:
Timestamp:
Dec 3, 2006, 11:25:38 AM (19 years ago)
Author:
cinc
Message:

Only use GLib types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/nom/src/nombuildnomobj.c

    r94 r139  
    9898  NOMClassPriv *nClass; /* This struct holds our private data. A pointer will be in mtab->nomClsInfo */
    9999
    100   NOM_ulong mtabSize;
    101   NOM_ulong ulMemSize=0;
     100  gulong mtabSize;
     101  gulong ulMemSize=0;
    102102  BYTE * mem;
    103103  int a;
     
    194194  !!! This function is only called once for building NOMObject !!!
    195195 */
    196 NOMClassPriv * NOMLINK priv_buildNOMObjectClassInfo(NOM_ulong ulReserved,
     196NOMClassPriv * NOMLINK priv_buildNOMObjectClassInfo(gulong ulReserved,
    197197                                                    nomStaticClassInfo *sci,
    198                                                     NOM_ulong majorVersion,
    199                                                     NOM_ulong minorVersion)
     198                                                    gulong majorVersion,
     199                                                    gulong minorVersion)
    200200{
    201201  NOMClassPriv *nClassPriv; /* This struct holds our private data. A pointer will be in mtab->nomClsInfo */
Note: See TracChangeset for help on using the changeset viewer.