Changeset 266 for Include/basic.sbp
- Timestamp:
- Jun 2, 2007, 11:51:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic.sbp
r258 r266 143 143 _System_hProcessHeap=HeapCreate(HEAP_GENERATE_EXCEPTIONS,0,0) 144 144 145 ' GC管理オブジェクトを生成 146 _System_pGC = _System_calloc( SizeOf( _System_CGarbageCollection ) ) 147 _System_pGC->Begin() 145 ' GC管理オブジェクトを初期化 146 _System_CGarbageCollection.Initialize() 148 147 149 148 ' 動的型情報を生成 150 149 _System_TypeBase.Initialize() 151 152 'Initialize global variables153 _System_InitDllGlobalVariables()154 150 155 151 'Initialize static variables
Note:
See TracChangeset
for help on using the changeset viewer.