windows-nt/Source/XPSP1/NT/windows/richedit/lsinc/lsdevres.h

11 lines
238 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LSDEVRES_DEFINED
#define LSDEVRES_DEFINED
typedef struct
{
long dxpInch, dypInch; /* resolution of preview device */
long dxrInch, dyrInch; /* resolution of reference device */
} LSDEVRES;
#endif /* !LSDEVRES_DEFINED */