[webkit-changes] [WebKit/WebKit] f46202: [bmalloc] Add missing macros for Windows platform.
Basuke Suzuki
noreply at github.com
Tue Apr 25 23:55:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f462028e09b021b5d2768fee9ea0ffc056565b94
https://github.com/WebKit/WebKit/commit/f462028e09b021b5d2768fee9ea0ffc056565b94
Author: Basuke Suzuki <basuke.suzuki at sony.com>
Date: 2023-04-25 (Tue, 25 Apr 2023)
Changed paths:
M Source/bmalloc/bmalloc/BCompiler.h
M Source/bmalloc/bmalloc/BInline.h
M Source/bmalloc/bmalloc/BPlatform.h
M Source/bmalloc/bmalloc/PerProcess.h
M Source/bmalloc/libpas/src/libpas/pas_platform.h
Log Message:
-----------
[bmalloc] Add missing macros for Windows platform.
https://bugs.webkit.org/show_bug.cgi?id=255944
Reviewed by Yusuke Suzuki.
This is the patch for Windows bmalloc implementation part 2 of N.
Bmalloc defines many compiler macros. Most of them are not Windows and MSVC ready.
This patch defines those for Windows API.
* Source/bmalloc/bmalloc/BCompiler.h:
* Source/bmalloc/bmalloc/BInline.h:
* Source/bmalloc/bmalloc/BPlatform.h:
* Source/bmalloc/bmalloc/OerOricess.h:
* Source/bmalloc/libpas/src/libpas/pas_platform.h:
Canonical link: https://commits.webkit.org/263404@main
More information about the webkit-changes
mailing list