Skip to content

Commit

Permalink
CALLBACKを付けろ r18
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed Apr 10, 2022
1 parent a804d08 commit 992b70a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions patch.aul.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
patch.aul r17
patch.aul r18
Copyright (c) 2021-2022 ePi
https://scrapbox.io/ePi5131/patch.aul

Expand Down Expand Up @@ -170,7 +170,7 @@ https://scrapbox.io/ePi5131/patch.aul
Lua追加要素詳細
_PATCH
patch.aulのバージョン情報
現在は "patch.aul r17" という文字列が格納されている
現在は "patch.aul r18" という文字列が格納されている

obj.randex(seed,time)
seed : integer
Expand Down Expand Up @@ -269,3 +269,6 @@ Lua追加要素詳細
設定ダイアログを高ポーリングレートマウス環境で移動すると重たい の解消
拡張編集の元に戻すのバグ修正
拡張編集にやり直すを追加

r18
設定ダイアログへの操作の修正
2 changes: 1 addition & 1 deletion patch/macro.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#endif //define PATCH_SWITCH_FAST

#else // ifdef PATCH_INTERNAL
#define PATCH_VERSION_STR "r17"
#define PATCH_VERSION_STR "r18"

#define PATCH_SWITCH_EXCEPTION_LOG
#define PATCH_SWITCH_SYSINFO_MODIFY
Expand Down
2 changes: 1 addition & 1 deletion patch/patch_setting_dialog_wndproc_override.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace patch {

inline class setting_dialog_t {
inline static WNDPROC wndproc_orig;
static LRESULT wndproc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
static LRESULT CALLBACK wndproc(HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) {
switch (message) {
case WM_MOVE:
#ifdef PATCH_SWITCH_SETTINGDIALOG_MOVE
Expand Down

0 comments on commit 992b70a

Please sign in to comment.