Ignore:
Timestamp:
27/11/07 13:17:28 (4 years ago)
Author:
Mark Koennecke
Message:
  • First commit of the new IDL binding refs #100
  • Fixed napi5.c bug #98
  • Fixed unreported NX5putslab issue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/napiconfig.h

    r793 r975  
    1313typedef short int               int16_t; 
    1414typedef int                     int32_t; 
     15typedef long                    int64_t; 
    1516typedef unsigned char           uint8_t; 
    1617typedef unsigned short int      uint16_t; 
    1718typedef unsigned int            uint32_t; 
     19typedef unsigned long           uint64_t; 
    1820 
    1921#endif /* HAVE_STDINT_H */ 
Note: See TracChangeset for help on using the changeset viewer.