summaryrefslogtreecommitdiff
path: root/xdelta3/xdelta3.h
diff options
context:
space:
mode:
authorjosh.macdonald <jmacd@users.noreply.github.com>2007-02-18 12:00:22 +0000
committerjosh.macdonald <jmacd@users.noreply.github.com>2007-02-18 12:00:22 +0000
commiteaaaa30794be3c67a9561e5a2e499424cdf98665 (patch)
treebbad3df2edc35a747dfbd8e27b68a9dde9b07340 /xdelta3/xdelta3.h
parent9dedb9c4ffa28670d07315fbfa2589234ca9ea9f (diff)
fix for windows ssize_t 3.0p
Diffstat (limited to 'xdelta3/xdelta3.h')
-rw-r--r--xdelta3/xdelta3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xdelta3/xdelta3.h b/xdelta3/xdelta3.h
index 1f20c10..5cca657 100644
--- a/xdelta3/xdelta3.h
+++ b/xdelta3/xdelta3.h
@@ -109,6 +109,7 @@ typedef u_int64_t uint64_t;
109#include <windows.h> 109#include <windows.h>
110#define inline 110#define inline
111typedef unsigned int uint; 111typedef unsigned int uint;
112typedef signed int ssize_t;
112typedef unsigned int usize_t; 113typedef unsigned int usize_t;
113typedef unsigned char uint8_t; 114typedef unsigned char uint8_t;
114typedef unsigned short uint16_t; 115typedef unsigned short uint16_t;