Sfoglia il codice sorgente

Fixed threaded build errors. Fixes #9.

woollybah 10 anni fa
parent
commit
4a6c032ec3
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 1
      appstub.mod/debugger_mt.stdio.bmx
  2. 1 0
      appstub.mod/debugger_mt.stdio.x

+ 1 - 1
appstub.mod/debugger_mt.stdio.bmx

@@ -419,7 +419,7 @@ End Type
 ?Threaded
 Extern
 Function bbThreadAllocData:Int()
-Function bbThreadSetData( index,data:Object )
+Function bbThreadSetData( index:Int,data:Object )
 Function bbThreadGetData:TDbgState( index:Int )
 End Extern
 ?

+ 1 - 0
appstub.mod/debugger_mt.stdio.x

@@ -7,3 +7,4 @@ void bbOnDebugPushExState()!
 void bbOnDebugPopExState()!
 void bbOnDebugUnhandledEx( BBObject * )!
 int   bbGCValidate( void * )!
+BBObject* bbThreadGetData(int )!