networkGatewayDefault() fixed windows 7 issue

This commit is contained in:
Sebastian Hildebrandt
2020-01-31 17:33:58 +01:00
parent 0164a65c20
commit 3c3017935e
5 changed files with 52 additions and 26 deletions
+1 -1
View File
@@ -564,7 +564,7 @@
It is determined by calculating the difference of cpu ticks between two calls of the function.</p>
<p>The first time you are calling one of this functions, you will get the load since cpu uptime.
The second time, you should then get statistics based cpu ticks between the two calls ...</p>
The second time, you should then get statistics based on cpu ticks between the two calls ...</p>
<p>So basically, your code should look like this:</p>