Fixing a typo in ndis rename NdisGetSystemUptime to NdisGetSystemUpTime

svn path=/trunk/; revision=32747
This commit is contained in:
Magnus Olsen
2008-03-22 09:18:21 +00:00
parent fa2f4d10ba
commit 9a08ab6b7c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ NdisGetCurrentSystemTime@4
NdisGetDriverHandle@8
NdisGetFirstBufferFromPacket@20
NdisGetReceivedPacket@8
NdisGetSystemUptime@4
NdisGetSystemUpTime@4
NdisIMAssociateMiniport@8
NdisIMCancelInitializeDeviceInstance@8
NdisIMCopySendCompletePerPacketInfo@8
+1 -1
View File
@@ -526,7 +526,7 @@ NdisGetReceivedPacket(
*/
VOID
EXPORT
NdisGetSystemUptime(
NdisGetSystemUpTime(
OUT PULONG pSystemUpTime)
/*
* FUNCTION:
+1 -1
View File
@@ -3192,7 +3192,7 @@ NdisGetReceivedPacket(
NDISAPI
VOID
DDKAPI
NdisGetSystemUptime(
NdisGetSystemUpTime(
OUT PULONG pSystemUpTime);
NDISAPI