mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 06:21:42 +00:00
[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:
parent
04c8ed493d
commit
28b77a40ca
3 changed files with 60 additions and 52 deletions
|
@ -115,12 +115,5 @@ InbvSolidColorFill(
|
|||
_In_ ULONG Color
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
InbvSetProgressBarSubset(
|
||||
_In_ ULONG Floor,
|
||||
_In_ ULONG Ceiling
|
||||
);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue