Skip to content

Commit a3e53d6

Browse files
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

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

gpii/node_modules/WindowsUtilities/WindowsUtilities.js

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)