mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 13:51:55 +00:00
[NDK]
- Add forgotten HalSetTimeIncrement prototype to NDK. svn path=/trunk/; revision=44917
This commit is contained in:
parent
b5bf3cb572
commit
56a385c064
1 changed files with 7 additions and 0 deletions
|
@ -274,5 +274,12 @@ HalSetRealTimeClock(
|
|||
IN PTIME_FIELDS RtcTime
|
||||
);
|
||||
|
||||
NTHALAPI
|
||||
ULONG
|
||||
NTAPI
|
||||
HalSetTimeIncrement(
|
||||
IN ULONG Increment
|
||||
);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue