mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-04 21:05:30 +02:00
changed types for 32-bit windows compat and bandaid fix for win release build CRT
This commit is contained in:
parent
e2fb97ac91
commit
65e1391837
2 changed files with 5 additions and 4 deletions
|
@ -363,7 +363,7 @@ HRESULT InitializeStartupInfoAttachedToPseudoConsole(STARTUPINFOEX *pStartupInfo
|
|||
|
||||
if (pStartupInfo)
|
||||
{
|
||||
size_t attrListSize{};
|
||||
SIZE_T attrListSize{};
|
||||
|
||||
pStartupInfo->StartupInfo.cb = sizeof(STARTUPINFOEX);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue