Changeset 299 for Include/basic.sbp
- Timestamp:
- Aug 24, 2007, 2:10:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Include/basic.sbp
r275 r299 1 1 'basic.sbp 2 3 #_core 2 4 3 5 ' Unicodeが不安定な間の暫定対応 … … 136 138 Sub _System_StartupProgram() 137 139 'Unsafe 138 139 140 'この関数はアプリケーションの起動時にシステムからコールバックされます 140 141 … … 149 150 ActiveBasic.Core._System_TypeBase.Initialize() 150 151 151 ' Initialize static variables152 ' Initialize static variables 152 153 _System_InitStaticLocalVariables() 153 154 … … 177 178 178 179 179 180 #include <system\interface.ab> 181 #include <system\built_in.ab> 180 182 #include <system\string.sbp> 181 183 #include <system\debug.sbp>
Note:
See TracChangeset
for help on using the changeset viewer.