Skip to content

Commit

Permalink
マクロ関数の関数定義を追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus committed Sep 5, 2020
1 parent 6f0d12d commit c5a2ad8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sakura_core/macro/CSMacroMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,8 @@ MacroFuncInfo CSMacroMgr::m_MacroFuncInfoArr[] =
{F_GETVIEWLINES, L"GetViewLines", {VT_EMPTY, VT_EMPTY, VT_EMPTY, VT_EMPTY}, VT_I4, NULL }, //ビューの行数取得
{F_GETVIEWCOLUMNS, L"GetViewColumns", {VT_EMPTY, VT_EMPTY, VT_EMPTY, VT_EMPTY}, VT_I4, NULL }, //ビューの列数取得
{F_CREATEMENU, L"CreateMenu", {VT_I4, VT_BSTR, VT_EMPTY, VT_EMPTY}, VT_I4, NULL }, //メニュー作成
{F_GETVIEWTOPLINE, L"GetViewTopLine", {VT_EMPTY, VT_EMPTY, VT_EMPTY, VT_EMPTY}, VT_I4, NULL }, //ビューの上端行番号取得
{F_GETVIEWLEFTCOLUMN, L"GetViewLeftColumn", {VT_EMPTY, VT_EMPTY, VT_EMPTY, VT_EMPTY}, VT_I4, NULL }, //ビューの左端桁位置取得

// 終端
// Jun. 27, 2002 genta
Expand Down

0 comments on commit c5a2ad8

Please sign in to comment.