Advertisement
Guest User

libaribb25.macos.patch

a guest
Jun 17th, 2021
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. diff -uNr libaribb25-0.2.9.orig/src/portable.h libaribb25-0.2.9/src/portable.h
  2. --- libaribb25-0.2.9.orig/src/portable.h 2020-12-15 16:53:30.000000000 +0900
  3. +++ libaribb25-0.2.9/src/portable.h 2021-06-17 14:29:08.000000000 +0900
  4. @@ -37,6 +37,8 @@
  5. #define _O_TRUNC (O_TRUNC)
  6. #define _S_IREAD (S_IRUSR|S_IRGRP|S_IROTH)
  7. #define _S_IWRITE (S_IWUSR|S_IWGRP|S_IWOTH)
  8. + typedef int32_t LONG;
  9. + typedef uint32_t DWORD;
  10. #endif
  11.  
  12. #endif /* B25_PORTABLE_H */
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement