Changeset 667


Ignore:
Timestamp:
Dec 28, 2008, 6:51:49 PM (15 years ago)
Author:
NoWest
Message:

Environment.GetLogicalDrivesメソッド内でPCWSTRとPCSTRを分けていましたが、PCTSTRに統一しました。

File:
1 edited

Legend:

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

    r650 r667  
    181181    @brief  コンピュータの論理ドライブの名前を格納している文字列の配列を取得
    182182    @author NoWest
    183     @date   2008/10/29
     183    @date   2008/12/28
    184184    */
    185185    Static Function GetLogicalDrives() As System.Collections.Generic.IList<String>
     
    195195            Return ret
    196196        End If
    197 #ifdef UNICODE
    198         Dim strbuf = New System.String( buf As PCWSTR, length As Long )
    199 #else
    200         Dim strbuf = New System.String( buf As PCSTR, length As Long )
    201 #endif
     197        Dim strbuf = New System.String( buf As PCTSTR, length As Long )
    202198        Dim startpos = 0 As Long
    203199        length = 3
Note: See TracChangeset for help on using the changeset viewer.