Ignore:
Timestamp:
Aug 21, 2008, 11:04:42 AM (16 years ago)
Author:
イグトランス (egtra)
Message:

[601][602]でのコミットし忘れ分と細かい修正

Location:
trunk/ab5.0/ablib/src/Classes/System
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/System/Environment.ab

    r586 r603  
    6969    Static Function OSVersion() As OperatingSystem
    7070        Dim vi As OSVERSIONINFO
     71        vi.dwOSVersionInfoSize = Len(vi)
    7172        GetVersionEx(vi)
    7273        OSVersion = New OperatingSystem(vi)
  • trunk/ab5.0/ablib/src/Classes/System/Math.ab

    r589 r603  
    315315        End If
    316316    End Function
    317 
     317/*
    318318    Static Function Sign(value As Double) As Long
    319319        If value = 0 Then
     
    325325        End If
    326326    End Function
    327 /*
     327
    328328    Static Function Sign(value As SByte) As Long
    329329        If value = 0 Then
Note: See TracChangeset for help on using the changeset viewer.