Skip to content

Commit

Permalink
使用 size_t 存放 msg_createwindow::id
Browse files Browse the repository at this point in the history
  • Loading branch information
chirsz-ever committed Apr 6, 2020
1 parent 6d3607a commit eee5a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ege.h
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ struct msg_createwindow {
LPCWSTR classname;
DWORD style;
DWORD exstyle;
unsigned id;
size_t id;
LPVOID param;
};

Expand Down

0 comments on commit eee5a66

Please sign in to comment.