Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 39d7d8533eccee86c41c06c2240edb23e472c60b
      
https://github.com/WebKit/WebKit/commit/39d7d8533eccee86c41c06c2240edb23e472c60b
  Author: Fujii Hironori <[email protected]>
  Date:   2024-11-07 (Thu, 07 Nov 2024)

  Changed paths:
    M Source/JavaScriptCore/JavaScriptCorePrefix.h

  Log Message:
  -----------
  [B3] non-unified Windows builds fail due to the system defined 
`RotateRight32` macro
https://bugs.webkit.org/show_bug.cgi?id=282738

Unreviewed build fix for non-unified Windows builds.
<https://commits.webkit.org/280777@main> added "#undef RotateRight32"
for the problem. But, in unified source builds, it didn't work as
expected because <windows.h> was included after that.

Include <windows.h> in JavaScriptCorePrefix.h.

* Source/JavaScriptCore/JavaScriptCorePrefix.h:

Canonical link: https://commits.webkit.org/286296@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to