OSDN Git Service

2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
authordannysmith <dannysmith>
Thu, 26 Dec 2002 10:51:11 +0000 (10:51 +0000)
committerdannysmith <dannysmith>
Thu, 26 Dec 2002 10:51:11 +0000 (10:51 +0000)
* include/wingdi.h (DOCINFOA): Replace LPCTSTR with LPCSTR.

winsup/w32api/ChangeLog
winsup/w32api/include/wingdi.h

index 1962c85..9d845d5 100644 (file)
@@ -1,5 +1,9 @@
 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,
        VIETNAMESE_CHARSET): Remove duplicate defines. 
        * lib/comctl32.def (ImageList_SetImageCount): Add stub.
index 75e7a36..effb6e1 100644 (file)
@@ -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 {