Changeset 17


Ignore:
Timestamp:
Nov 27, 2006, 2:43:40 AM (17 years ago)
Author:
dai
Message:

×ボタンがクリックされた場合は強制的にプログラムを終了するよう、変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/basic/prompt.sbp

    r1 r17  
    352352            HeapFree(_System_hProcessHeap,0,_PromptSys_BackColor[i])
    353353        Next
     354
     355        '強制的に終了する
     356        ExitProcess(0)
     357
    354358    LeaveCriticalSection(_PromptSys_SectionOfBufferAccess)
    355359
Note: See TracChangeset for help on using the changeset viewer.