Changeset 232 for Include/system/gc.sbp
- Timestamp:
- May 6, 2007, 8:08:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/system/gc.sbp
r214 r232 112 112 Dim thread As Thread(hTargetThread,GetCurrentThreadId(),0) 113 113 114 _System_pobj_AllThreads->BeginThread( VarPtr( thread ),_System_gc_StackRoot_StartPtr As *LONG_PTR)114 _System_pobj_AllThreads->BeginThread(ObjPtr( thread ),_System_gc_StackRoot_StartPtr As *LONG_PTR) 115 115 116 116 End Sub … … 245 245 246 246 Static Function IsNull( object As Object ) As Boolean 247 If VarPtr( object ) = NULL Then247 If ObjPtr( object ) = NULL Then 248 248 Return True 249 249 End If
Note:
See TracChangeset
for help on using the changeset viewer.