Changeset 79 for Include/basic.sbp


Ignore:
Timestamp:
Jan 30, 2007, 2:06:20 AM (17 years ago)
Author:
dai
Message:

Booleanがコンパイラで実装されたので、TypeDefを削除。
DLLコンパイル時にGCの破棄部分が正常に働かないバグを修正。
TraceListener周りを修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/basic.sbp

    r71 r79  
    3535
    3636
    37 '--------------------------------------------------------------------
    38 ' Boolena型の暫定対応
    39 ' ※コンパイラが実装するまではこちらを使いましょう。
    40 TypeDef Boolean = Byte
    41 Const True = 1
    42 Const False = 0
    43 '--------------------------------------------------------------------
     37' Boolena型の定数
     38Const True = 1 As Boolean
     39Const False = 0 As Boolean
    4440
    4541
Note: See TracChangeset for help on using the changeset viewer.