Skip to content

Commit

Permalink
v1.0.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
steve02081504 committed Sep 26, 2022
1 parent 950d65a commit fd80a59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion src/_gists.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
#include "my-gists/ukagaka/SFMO.cpp"
#include "my-gists/windows/GenerateDump.cpp"
#include "my-gists/windows/LoadStringFromResource.cpp"
#include "my-gists/windows/OSinfo.cpp"
#include "my-gists/STL/CutSpace.cpp"
4 changes: 2 additions & 2 deletions src/header_files/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#define VERSION_NUM1 1
#define VERSION_NUM2 0
#define VERSION_NUM3 3
#define VERSION_NUM4 15
#define CONSTRUCTION_TIMES 48
#define VERSION_NUM4 16
#define CONSTRUCTION_TIMES 49

#define STRINGIZER_HELPER(a) #a
#define STRINGIZER(a) STRINGIZER_HELPER(a)
Expand Down
2 changes: 1 addition & 1 deletion src/my-gists
Submodule my-gists updated 1 files
+15 −6 codepage.hpp
3 changes: 1 addition & 2 deletions src/tama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,8 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
case WM_COPYDATA: {
COPYDATASTRUCT *cds = (COPYDATASTRUCT *)lParam;
if(cds->dwData >= 0 && cds->dwData < F_NUMBER && receive) {
// メッセージ表示更新 NT系はunicodeのまま、9x系はMBCSへ変換して更新
// メッセージ表示更新
if(cds->cbData > 0) {
// 更新
wstring_view logbuf{(wchar_t *)cds->lpData, (size_t)cds->cbData};

EOS(logbuf.size());
Expand Down

0 comments on commit fd80a59

Please sign in to comment.