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.

15 lines
479 B

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