mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 03:24:33 +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
|
IN PTIME_FIELDS RtcTime
|
||||||
);
|
);
|
||||||
|
|
||||||
|
NTHALAPI
|
||||||
|
ULONG
|
||||||
|
NTAPI
|
||||||
|
HalSetTimeIncrement(
|
||||||
|
IN ULONG Increment
|
||||||
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue