You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of the data types used within the mstudio*_t types, running a 64-bit build is not possible. The data types should be changed to explicit types, such as int32_t.
Also the ALIGN(a) macro in should be updated to avoid casting—as that also can lead to indifferences between architectures.
The text was updated successfully, but these errors were encountered:
Because of the data types used within the
mstudio*_t
types, running a 64-bit build is not possible. The data types should be changed to explicit types, such asint32_t
.Also the
ALIGN(a)
macro in should be updated to avoid casting—as that also can lead to indifferences between architectures.The text was updated successfully, but these errors were encountered: