Ignore:
Timestamp:
Mar 21, 2007, 7:06:34 PM (18 years ago)
Author:
イグトランス (egtra)
Message:

Variant, VBObjectの追加

File:
1 edited

Legend:

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

    r161 r175  
    11' System/Version.ab
     2
     3#ifndef __SYSTEM_VERSION_AB__
     4#define __SYSTEM_VERSION_AB__
     5
     6#require <api_winsock2.sbp>
    27
    38Class Version
     
    7580
    7681    Override Function GetHashCode() As Long
    77         Return htonl(major) Xor minor Xor build Xor htonl(rivision)
     82        Return _System_BSwap(major As DWord) Xor minor Xor build Xor _System_BSwap(rivision As DWord)
    7883    End Function
    7984
     
    143148    rivision As Long
    144149End Class
     150
     151#endif '__SYSTEM_VERSION_AB__
Note: See TracChangeset for help on using the changeset viewer.