From 5ca7a646d5c4bf58816d6cbce806d150a11e346f Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 17 Aug 2003 08:47:37 +0000 Subject: 2003-08-17 Martin Fuchs * include/commctrl.h (TreeView_GetScrollTime, TreeView_SetScrollTime): Define macros. * include/winuser.h (GetShellWindow): Add prototype. * include/objidl.h (STGMEDIUM): Correct lpszFileName type. --- winsup/w32api/include/objidl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'winsup/w32api/include/objidl.h') diff --git a/winsup/w32api/include/objidl.h b/winsup/w32api/include/objidl.h index 6cbd03874..326915cb1 100644 --- a/winsup/w32api/include/objidl.h +++ b/winsup/w32api/include/objidl.h @@ -159,7 +159,7 @@ typedef struct tagSTGMEDIUM { PVOID hMetaFilePict; HENHMETAFILE hEnhMetaFile; HGLOBAL hGlobal; - LPCSTR lpszFileName; + LPWSTR lpszFileName; LPSTREAM pstm; LPSTORAGE pstg; } DUMMYUNIONNAME; -- cgit v1.2.3