History log of /reactos/dll/win32/kernel32/kernel32_vista/CMakeLists.txt (Results 1 – 7 of 7)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 0.4.16-dev, 0.4.15, 0.4.14-release
# 6756c2ad 14-Jun-2020 Serge Gautherie <reactos-git_serge_171003@gautherie.fr>

[*_VISTA] Add/Improve version resources


# 1cf8759d 30-Mar-2024 Ratin Gao <ratin@knsoft.org>

[KERNEL32][KERNEL32_VISTA][KERNEL32_APITEST] Implement and export NT6+ firmware API (#6580)

- Implement `GetFirmwareType` and improve existing API test for it
- Move (Get/Set)FirmwareEnvironmentVar

[KERNEL32][KERNEL32_VISTA][KERNEL32_APITEST] Implement and export NT6+ firmware API (#6580)

- Implement `GetFirmwareType` and improve existing API test for it
- Move (Get/Set)FirmwareEnvironmentVariableEx(A/W) to kernel32_vista_static and export them when NT version >= 6.2

Addendum to 4c8a2a8815c. CORE-11954

show more ...


# a8e8add0 05-Oct-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32] Export more Vista functions


# f491d7cc 06-Sep-2023 Ratin Gao <ratin@knsoft.org>

[KERNEL32][RTL] Implement One-Time initialization API and improve RTL support (#5046)

* [KERNEL32][RTL] Implement One-Time initialization API and improve RTL support


# 2549e10c 05-Aug-2023 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32] Export more Vista APIs

Create kernel32_vista_static library and link both kernel32_vista and kernel32 to it.
Export some vista functions from kernel32.
Export BaseProcessInitPostImport fo

[KERNEL32] Export more Vista APIs

Create kernel32_vista_static library and link both kernel32_vista and kernel32 to it.
Export some vista functions from kernel32.
Export BaseProcessInitPostImport for Vista+, too, because ntdll needs to dynamically link to it.

show more ...


# d8b5c00c 13-Sep-2020 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32_VISTA] Move vista.c from kernel32 to kernel32_vista

- Remove duplicated functions
- Use AreFileApisANSI() instead of global variable bIsFileApiAnsi in shared kernel32_shared


# 4e72da08 13-Sep-2020 Timo Kreuzer <timo.kreuzer@reactos.org>

[KERNEL32_VISTA] Move under kernel32