Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / external / libexttextcat / exttextcat-msvc-stdint.patch
blob09da3e3961a6412c22693b8bc13c216fe14fc6dc
1 --- foo/foo/src/common.h
2 +++ foo/foo/src/common.h
3 @@ -45,18 +45,7 @@
5 #endif
7 -#ifdef _MSC_VER
8 - typedef __int8 int8_t;
9 - typedef unsigned __int8 uint8_t;
10 - typedef __int16 int16_t;
11 - typedef unsigned __int16 uint16_t;
12 - typedef __int32 int32_t;
13 - typedef unsigned __int32 uint32_t;
14 - typedef __int64 int64_t;
15 - typedef unsigned __int64 uint64_t;
16 -#else
17 # include <stdint.h>
18 -#endif
20 typedef uint32_t uint4;
21 typedef uint16_t uint2;