Commit a3e53d6
committed
GPII-1826 : Fixed structure LOGFONT, switching lfFaceName from pointer
to an array of chars.
The struct definition of LOGFONT using a pointer in the member
lfFaceName creates a different structure size in different architectures
(32bits vs 64bits). This error was invisble in a 32bits environment but
noticeable in a 64bits environment.1 parent 87ac6c2 commit a3e53d6
1 file changed
+16
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments