Advertisement
KukuRuzo

MXE qtwebkit patch

Nov 15th, 2024
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.65 KB | None | 0 0
  1. diff -urpN a/Source/ThirdParty/ANGLE/src/common/mathutil.h b/Source/ThirdParty/ANGLE/src/common/mathutil.h
  2. --- a/Source/ThirdParty/ANGLE/src/common/mathutil.h 2020-09-22 14:30:04.000000000 +0300
  3. +++ b/Source/ThirdParty/ANGLE/src/common/mathutil.h 2024-06-14 02:29:50.011687352 +0300
  4. @@ -16,6 +16,7 @@
  5.  #include <algorithm>
  6.  #include <string.h>
  7.  #include <stdlib.h>
  8. +#include <cstdint>
  9.  
  10.  namespace gl
  11.  {
  12.  
  13. --- a/Source/JavaScriptCore/offlineasm/parser.rb
  14. +++ b/Source/JavaScriptCore/offlineasm/parser.rb
  15. @@ -145,6 +145,10 @@
  16.          @type = type
  17.          @string = string
  18.      end
  19. +
  20. +    def =~(other)
  21. +        false
  22. +    end
  23.  end
  24.  
  25.  #
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement