mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
Fixing a typo in ndis rename NdisGetSystemUptime to NdisGetSystemUpTime
svn path=/trunk/; revision=32747
This commit is contained in:
@@ -100,7 +100,7 @@ NdisGetCurrentSystemTime@4
|
||||
NdisGetDriverHandle@8
|
||||
NdisGetFirstBufferFromPacket@20
|
||||
NdisGetReceivedPacket@8
|
||||
NdisGetSystemUptime@4
|
||||
NdisGetSystemUpTime@4
|
||||
NdisIMAssociateMiniport@8
|
||||
NdisIMCancelInitializeDeviceInstance@8
|
||||
NdisIMCopySendCompletePerPacketInfo@8
|
||||
|
||||
@@ -526,7 +526,7 @@ NdisGetReceivedPacket(
|
||||
*/
|
||||
VOID
|
||||
EXPORT
|
||||
NdisGetSystemUptime(
|
||||
NdisGetSystemUpTime(
|
||||
OUT PULONG pSystemUpTime)
|
||||
/*
|
||||
* FUNCTION:
|
||||
|
||||
@@ -3192,7 +3192,7 @@ NdisGetReceivedPacket(
|
||||
NDISAPI
|
||||
VOID
|
||||
DDKAPI
|
||||
NdisGetSystemUptime(
|
||||
NdisGetSystemUpTime(
|
||||
OUT PULONG pSystemUpTime);
|
||||
|
||||
NDISAPI
|
||||
|
||||
Reference in New Issue
Block a user