Ignore:
Timestamp:
Aug 21, 2008, 1:09:41 PM (16 years ago)
Author:
OverTaker
Message:

Controlがコンパイルできなくなっていたエラーを修整。
ついでにsockaddr_in6,in6_addrの宣言追加。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/ablib/src/Classes/ActiveBasic/Windows/UI/Control.ab

    r599 r604  
    123123                .x, .y, .cx, .cy, .hwndParent, .hMenu, .hInstance, .lpCreateParams)
    124124            If hwnd = 0 Then
    125                 ActiveBasic.Windows.ThrowWithLastError(GetLastError())
     125                ActiveBasic.Windows.ThrowWithLastError()
    126126            End If
    127127           
Note: See TracChangeset for help on using the changeset viewer.