You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
596 B

  1. diff --git a/scan/sane/OrbliteScan/LinuxCommon.h b/scan/sane/OrbliteScan/LinuxCommon.h
  2. index 6605dd9..55c7110 100644
  3. --- a/scan/sane/OrbliteScan/LinuxCommon.h
  4. +++ b/scan/sane/OrbliteScan/LinuxCommon.h
  5. @@ -18,10 +18,8 @@ typedef u_int32_t UInt32;
  6. typedef int32_t SInt32;
  7. //typedef unsigned long UInt32;
  8. //typedef signed long SInt32;
  9. -typedef __S64_TYPE SInt64;
  10. -typedef __U64_TYPE UInt64;
  11. -typedef __S64_TYPE int64_t;
  12. -typedef __U64_TYPE uint64_t;
  13. +typedef int64_t SInt64;
  14. +typedef uint64_t UInt64;
  15. //typedef unsigned long ULONG;
  16. //typedef void* LPVOID;