Changeset 21998 for trunk/include
- Timestamp:
- Apr 11, 2012, 9:51:45 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wingdi.h
r10579 r21998 2935 2935 typedef struct 2936 2936 { 2937 BYTEdmDeviceName[CCHDEVICENAME];2937 CHAR dmDeviceName[CCHDEVICENAME]; 2938 2938 WORD dmSpecVersion; 2939 2939 WORD dmDriverVersion; … … 2959 2959 short dmTTOption; 2960 2960 short dmCollate; 2961 BYTEdmFormName[CCHFORMNAME];2961 CHAR dmFormName[CCHFORMNAME]; 2962 2962 WORD dmLogPixels; 2963 2963 DWORD dmBitsPerPel;
Note:
See TracChangeset
for help on using the changeset viewer.