| # | Line 36 | Line 36 | Public Declare Function GetVersionExA Lib "kernel32" _ | |
|---|---|---|
| 36 | dwAvailVirtual As Long | |
| 37 | End Type | |
| 38 | ||
| 39 | + | ' For uptime |
| 40 | + | Public Declare Function GetTickCount Lib "kernel32" () As Long |
| 41 | + | |
| 42 | Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" _ | |
| 43 | (lpVersionInformation As OSVERSIONINFO) As Long | |
| 44 | Declare Sub GlobalMemoryStatus Lib "kernel32" (lpBuffer As _ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |