[NDK][NTOS:INBV] Remove non-exported INBV functions from NDK; do some cleanup in INBV headers; label both InbvSetProgressBarSubset() and InbvSetProgressBarCoordinates() as INIT_FUNCTION since they are used only for the boot splash. And fix MSVC build.

This commit is contained in:
Hermès Bélusca-Maïto 2019-11-25 15:54:45 +01:00
parent 04c8ed493d
commit 28b77a40ca
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 60 additions and 52 deletions

View file

@ -115,12 +115,5 @@ InbvSolidColorFill(
_In_ ULONG Color
);
VOID
NTAPI
InbvSetProgressBarSubset(
_In_ ULONG Floor,
_In_ ULONG Ceiling
);
#endif
#endif