On Fri, 6 Nov 2020 08:51:46 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
> Some of the type definitions have been imported from `UxTheme.h` to the > `ThemeReader.cpp` because at that time we supported the windows OS below XP > as well as VC6. > > It is time to use `UxTheme.h ` directly, note I did not change how we load > this library(JDK_LoadSystemLibrary(), as suggested in the comments of the bug > it is not necessary that the application will use the win L&F and it is not > necessary to link it directly. > > mach5 is green This pull request has now been integrated. Changeset: 358f5d2b Author: Sergey Bylokhov <s...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/358f5d2b Stats: 145 lines in 3 files changed: 2 ins; 63 del; 80 mod 6422025: ThemeReader.cpp can be updated for VC7 Reviewed-by: aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/1090