Changeset 284


Ignore:
Timestamp:
Jul 18, 2007, 4:28:29 AM (17 years ago)
Author:
dai
Message:

呼び出し元が_beginthreadex関数になっているため、SweepOnOtherThreadメソッドのcdecl指定を外した(stdcallにした)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/system/gc.sbp

    r275 r284  
    424424
    425425    ' スウィープ(新規スレッドで呼び出し)
    426     Function Cdecl SweepOnOtherThread() As Long
     426    Function SweepOnOtherThread() As Long
    427427        EnterCriticalSection(CriticalSection)
    428428
Note: See TracChangeset for help on using the changeset viewer.