Changeset 59 for sources/src/sc_nbdefs.h


Ignore:
Timestamp:
Feb 6, 2017, 11:35:42 AM (7 years ago)
Author:
meunier
Message:
  • Fixed memory leaks
  • Fixed indentation in some files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_nbdefs.h

    r52 r59  
    1414#define __SC_DEFS_H__
    1515
    16 #ifndef WIN32
     16//#include <stdint.h>
     17
    1718typedef signed long long int64;
    1819typedef unsigned long long uint64;
    19 #else
    20 typedef signed __int64 int64;
    21 typedef unsigned __int64 uint64;
    22 #endif
    2320
    2421typedef long  int32;
     
    2825typedef unsigned short uint16;
    2926typedef unsigned char  uint8;
     27
     28
     29//typedef uint16_t smallest_uint;
     30//typedef int16_t  smallest_int;
    3031
    3132typedef uint16 smallest_uint;
Note: See TracChangeset for help on using the changeset viewer.