2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
* include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user