mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Core: Fixed sizeof(String) with MSBT
This commit is contained in:
parent
1b0e6b8908
commit
c5924c2288
3 changed files with 4 additions and 3 deletions
|
|
@ -62,6 +62,7 @@ CONSOLE_APP_MAIN
|
|||
RDUMP(sizeof(Pointf));
|
||||
RDUMP(sizeof(Rectf));
|
||||
RDUMP(sizeof(Color));
|
||||
RDUMP(sizeof(RGBA));
|
||||
RDUMP(sizeof(Complex));
|
||||
RDUMP(sizeof(Uuid));
|
||||
RDUMP(sizeof(Mutex));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue