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>
|
||||
|
||||
* include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
|
||||
|
|
|
@ -1363,9 +1363,9 @@ typedef struct tagDIBSECTION {
|
|||
} DIBSECTION;
|
||||
typedef struct _DOCINFOA {
|
||||
int cbSize;
|
||||
LPCTSTR lpszDocName;
|
||||
LPCTSTR lpszOutput;
|
||||
LPCTSTR lpszDatatype;
|
||||
LPCSTR lpszDocName;
|
||||
LPCSTR lpszOutput;
|
||||
LPCSTR lpszDatatype;
|
||||
DWORD fwType;
|
||||
} DOCINFOA,*LPDOCINFOA;
|
||||
typedef struct _DOCINFOW {
|
||||
|
|
Loading…
Reference in New Issue