ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.h
(Generate patch)

Comparing libecb/ecb.h (file contents):
Revision 1.186 by root, Tue Jan 21 23:51:21 2020 UTC vs.
Revision 1.187 by root, Sat Jan 25 19:34:53 2020 UTC

44/* 16 bits major, 16 bits minor */ 44/* 16 bits major, 16 bits minor */
45#define ECB_VERSION 0x00010008 45#define ECB_VERSION 0x00010008
46 46
47#include <string.h> /* for memcpy */ 47#include <string.h> /* for memcpy */
48 48
49#ifdef _WIN32 49#if defined (_WIN32) && !defined (__MINGW32__)
50 typedef signed char int8_t; 50 typedef signed char int8_t;
51 typedef unsigned char uint8_t; 51 typedef unsigned char uint8_t;
52 typedef signed char int_fast8_t; 52 typedef signed char int_fast8_t;
53 typedef unsigned char uint_fast8_t; 53 typedef unsigned char uint_fast8_t;
54 typedef signed short int16_t; 54 typedef signed short int16_t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines