Changeset 603 for trunk/ab5.0/ablib/src/Classes/System
- Timestamp:
- Aug 21, 2008, 11:04:42 AM (17 years ago)
- 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 69 69 Static Function OSVersion() As OperatingSystem 70 70 Dim vi As OSVERSIONINFO 71 vi.dwOSVersionInfoSize = Len(vi) 71 72 GetVersionEx(vi) 72 73 OSVersion = New OperatingSystem(vi) -
trunk/ab5.0/ablib/src/Classes/System/Math.ab
r589 r603 315 315 End If 316 316 End Function 317 317 /* 318 318 Static Function Sign(value As Double) As Long 319 319 If value = 0 Then … … 325 325 End If 326 326 End Function 327 /* 327 328 328 Static Function Sign(value As SByte) As Long 329 329 If value = 0 Then
Note:
See TracChangeset
for help on using the changeset viewer.