j
k
j a
j l
"Reece Dunn" msclrhd@googlemail.com wrote:
... TM.tmDefaultChar = pOS2->usDefaultChar ? pOS2->usDefaultChar : 0xffff; There is a UNICODE_NOCHAR constant for this.
TM.tmDefaultChar = pOS2->usDefaultChar ? pOS2->usDefaultChar : 0xffff;
There is a UNICODE_NOCHAR constant for this.
UNICODE_NOCHAR is defined in winuser.h, we can't use it in gdi32.
Back to the thread
Back to the list