Ignore:
Timestamp:
Mar 12, 2007, 3:34:17 AM (17 years ago)
Author:
dai
Message:

")" 抜けと "String" タイプミスを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/Environment.ab

    r142 r152  
    9595        Dim hmodPSAPI = LoadLibrary("PSAPI.DLL")
    9696        If hmodPSAPI = 0 Then Return 0
    97         pGetProcessMemoryInfo = GetProcAddress(hmodPSAPI, ToMBStr("GetProcessMemoryInfo")
     97        pGetProcessMemoryInfo = GetProcAddress(hmodPSAPI, ToMBStr("GetProcessMemoryInfo"))
    9898        If pGetProcessMemoryInfo <> 0 Then
    9999            Dim mc As PPROCESS_MEMORY_COUNTERS
     
    137137
    138138Private
    139     Static cmdLine = Nothing As Stirng
     139    Static cmdLine = Nothing As String
    140140    Static exitCode = 0 As Long
    141141    Static osVer = Nothing As OperatingSystem
Note: See TracChangeset for help on using the changeset viewer.