2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
* include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
This commit is contained in:
parent
dfc7f86821
commit
4a5c645e62
|
@ -1,3 +1,7 @@
|
||||||
|
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
|
||||||
|
|
||||||
|
* include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
|
||||||
|
|
||||||
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
|
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
|
||||||
|
|
||||||
* include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
|
* include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
|
||||||
|
|
|
@ -1363,9 +1363,9 @@ typedef struct tagDIBSECTION {
|
||||||
} DIBSECTION;
|
} DIBSECTION;
|
||||||
typedef struct _DOCINFOA {
|
typedef struct _DOCINFOA {
|
||||||
int cbSize;
|
int cbSize;
|
||||||
LPCTSTR lpszDocName;
|
LPCSTR lpszDocName;
|
||||||
LPCTSTR lpszOutput;
|
LPCSTR lpszOutput;
|
||||||
LPCTSTR lpszDatatype;
|
LPCSTR lpszDatatype;
|
||||||
DWORD fwType;
|
DWORD fwType;
|
||||||
} DOCINFOA,*LPDOCINFOA;
|
} DOCINFOA,*LPDOCINFOA;
|
||||||
typedef struct _DOCINFOW {
|
typedef struct _DOCINFOW {
|
||||||
|
|
Loading…
Reference in New Issue