mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
232df321158ac0d30f273317616631d904458aca
MessageBoxIndirect fixes by Carlo Bramini: - Implemented loading of text and caption if they are detected as resource IDs. - Use direct resource string pointers with LoadStringW and use the returned string length. - Dramatically improve the implementation of ID and resource string assignments, by using a little look up table. This removes some ugly, difficult to maintain copy-paste code. - Fix the scaling of logical coordinates by making it aware of rounding, i.e. the size of the controls is now calculated correctly. CORE-10352 #resolve #comment Thank you for the patch! :D svn path=/trunk/; revision=69935
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%