Changeset 21998 for trunk/include


Ignore:
Timestamp:
Apr 11, 2012, 9:51:45 PM (13 years ago)
Author:
dmik
Message:

gdi32: Implement wide version of ResetDC().

Used by recent OpenJDK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wingdi.h

    r10579 r21998  
    29352935typedef struct
    29362936{
    2937     BYTE   dmDeviceName[CCHDEVICENAME];
     2937    CHAR   dmDeviceName[CCHDEVICENAME];
    29382938    WORD   dmSpecVersion;
    29392939    WORD   dmDriverVersion;
     
    29592959    short  dmTTOption;
    29602960    short  dmCollate;
    2961     BYTE   dmFormName[CCHFORMNAME];
     2961    CHAR   dmFormName[CCHFORMNAME];
    29622962    WORD   dmLogPixels;
    29632963    DWORD  dmBitsPerPel;
Note: See TracChangeset for help on using the changeset viewer.