blob: 38b8a7667add696ad9eb39c39c0e21dbfaa722a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- scan/sane/OrbliteScan/LinuxCommon.h.orig 2022-03-07 20:11:09 UTC
+++ scan/sane/OrbliteScan/LinuxCommon.h
@@ -18,10 +18,6 @@ typedef u_int32_t UInt32;
typedef int32_t SInt32;
//typedef unsigned long UInt32;
//typedef signed long SInt32;
-typedef __S64_TYPE SInt64;
-typedef __U64_TYPE UInt64;
-typedef __S64_TYPE int64_t;
-typedef __U64_TYPE uint64_t;
//typedef unsigned long ULONG;
//typedef void* LPVOID;
|