--- experimental/host/vb_net_test/Imports.bas 2001/02/23 17:10:17 1.1 +++ experimental/host/vb_net_test/Imports.bas 2001/02/26 08:53:48 1.2 @@ -36,6 +36,9 @@ Public Declare Function GetVersionExA Lib "kernel32" _ dwAvailVirtual As Long End Type + ' For uptime + Public Declare Function GetTickCount Lib "kernel32" () As Long + Declare Function GetVersionEx Lib "kernel32" Alias "GetVersionExA" _ (lpVersionInformation As OSVERSIONINFO) As Long Declare Sub GlobalMemoryStatus Lib "kernel32" (lpBuffer As _